public interface DialogflowInteractionDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfidence()
public abstract float getConfidence()The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
float confidence = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The confidence. |
getDialogflowIntentId()
public abstract String getDialogflowIntentId()The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}
string dialogflow_intent_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The dialogflowIntentId. |
getDialogflowIntentIdBytes()
public abstract ByteString getDialogflowIntentIdBytes()The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}
string dialogflow_intent_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dialogflowIntentId. |