Class DialogflowInteractionData (1.4.3)

DialogflowInteractionData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Dialogflow interaction data.

Attributes

NameDescription
dialogflow_intent_id str
The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}
confidence float
The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).

Inheritance

builtins.object > proto.message.Message > DialogflowInteractionData