{% comment %} This page is auto-generated, do not edit manually. See go/cloud-rad/support if there are issues on this page. {% endcomment %} {% extends "/python/docs/reference/dialogflow-cx/1.10.0/_template.html" %} {% block pagevariables %} {% endblock %} {% block body %} {% verbatim %}

Class ConversationTurn (1.10.0)

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

One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.

Attributes

NameDescription
user_input google.cloud.dialogflowcx_v3beta1.types.ConversationTurn.UserInput
The user input.
virtual_agent_output google.cloud.dialogflowcx_v3beta1.types.ConversationTurn.VirtualAgentOutput
The virtual agent output.

Classes

UserInput

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

The input from the human user.

VirtualAgentOutput

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

The output from the virtual agent.

{% endverbatim %} {% endblock %}