public interface IntentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The human-readable name of the intent.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The human-readable name of the intent.
|
String |
getId()
The unique identifier of the intent.
|
com.google.protobuf.ByteString |
getIdBytes()
The unique identifier of the intent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
The unique identifier of the intent.
string id = 1;com.google.protobuf.ByteString getIdBytes()
The unique identifier of the intent.
string id = 1;String getDisplayName()
The human-readable name of the intent.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The human-readable name of the intent.
string display_name = 2;Copyright © 2023 Google LLC. All rights reserved.