public interface DialogflowInteractionDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidence()
The confidence of the match ranging from 0.0 (completely uncertain) to 1.0
(completely certain).
|
String |
getDialogflowIntentId()
The Dialogflow intent resource path.
|
com.google.protobuf.ByteString |
getDialogflowIntentIdBytes()
The Dialogflow intent resource path.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDialogflowIntentId()
The Dialogflow intent resource path. Format:
projects/{project}/agent/{agent}/intents/{intent}
string dialogflow_intent_id = 1;com.google.protobuf.ByteString getDialogflowIntentIdBytes()
The Dialogflow intent resource path. Format:
projects/{project}/agent/{agent}/intents/{intent}
string dialogflow_intent_id = 1;float getConfidence()
The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
float confidence = 2;Copyright © 2025 Google LLC. All rights reserved.