Interface IntentMatchDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntentMatchData
,IntentMatchData.Builder
public interface IntentMatchDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIntentUniqueId()
The id of the matched intent.com.google.protobuf.ByteString
getIntentUniqueIdBytes()
The id of the matched intent.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIntentUniqueId
String getIntentUniqueId()
The id of the matched intent. Can be used to retrieve the corresponding intent information.
string intent_unique_id = 1;
- Returns:
- The intentUniqueId.
-
getIntentUniqueIdBytes
com.google.protobuf.ByteString getIntentUniqueIdBytes()
The id of the matched intent. Can be used to retrieve the corresponding intent information.
string intent_unique_id = 1;
- Returns:
- The bytes for intentUniqueId.
-
-