{% 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/0.8.0/_template.html" %} {% block pagevariables %} {% endblock %} {% block body %} {% verbatim %}

Class ConversationTurn (0.8.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: user_input (google.cloud.dialogflowcx_v3.types.ConversationTurn.UserInput): The user input. virtual_agent_output (google.cloud.dialogflowcx_v3.types.ConversationTurn.VirtualAgentOutput): The virtual agent output.

Inheritance

builtins.object > proto.message.Message > ConversationTurn
{% endverbatim %} {% endblock %}