Class ConversationInfo (0.20.1)

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

The conversation information such as the question index and session name.

Attributes

Name Description
question_index int
The index of the user input within the conversation messages.
session str
Name of the newly generated or continued session.
query google.cloud.discoveryengine_v1beta.types.Query
Required. The user's search query.
assist_token str
Optional. The token which could be used to fetch the assistant log.
answer_query_token str
Optional. The token which could be used to fetch the answer log.