Class Interaction (1.34.0)

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

Represents an interaction between an end user and a Dialogflow CX agent using V3 (Streaming)DetectIntent API, or an interaction between an end user and a Dialogflow CX agent using V2 (Streaming)AnalyzeContent API.

Attributes

Name Description
request google.cloud.dialogflowcx_v3beta1.types.DetectIntentRequest
The request of the interaction.
response google.cloud.dialogflowcx_v3beta1.types.DetectIntentResponse
The final response of the interaction.
partial_responses MutableSequence[google.cloud.dialogflowcx_v3beta1.types.DetectIntentResponse]
The partial responses of the interaction. Empty if there is no partial response in the interaction. See the [partial response documentation][https://cloud.google.com/dialogflow/cx/docs/concept/fulfillment#queue].
request_utterances str
The input text or the transcript of the input audio in the request.
response_utterances str
The output text or the transcript of the output audio in the responses. If multiple output messages are returned, they will be concatenated into one.
create_time google.protobuf.timestamp_pb2.Timestamp
The time that the interaction was created.
missing_transition google.cloud.dialogflowcx_v3beta1.types.Conversation.Interaction.MissingTransition
Missing transition predicted for the interaction. This field is set only if the interaction match type was no-match.

Classes

MissingTransition

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

Information collected for DF CX agents in case NLU predicted an intent that was filtered out as being inactive which may indicate a missing transition and/or absent functionality.