Interface DialogflowInteractionDataOrBuilder (2.41.0)

public interface DialogflowInteractionDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for dialogflowIntentId.