public interface IntentMatchDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIntentUniqueId()
The id of the matched intent.
|
com.google.protobuf.ByteString |
getIntentUniqueIdBytes()
The id of the matched intent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIntentUniqueId()
The id of the matched intent. Can be used to retrieve the corresponding intent information.
string intent_unique_id = 1;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;Copyright © 2025 Google LLC. All rights reserved.