AssistAnswer(mapping=None, *, ignore_unknown_fields=False, **kwargs)
AssistAnswer resource, main part of AssistResponse.
Attributes |
|
---|---|
Name | Description |
name |
str
Immutable. Resource name of the AssistAnswer . Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assist_answer}
This field must be a UTF-8 encoded string with a length
limit of 1024 characters.
|
state |
google.cloud.discoveryengine_v1.types.AssistAnswer.State
State of the answer generation. |
replies |
MutableSequence[google.cloud.discoveryengine_v1.types.AssistAnswer.Reply]
Replies of the assistant. |
assist_skipped_reasons |
MutableSequence[google.cloud.discoveryengine_v1.types.AssistAnswer.AssistSkippedReason]
Reasons for not answering the assist call. |
Classes
AssistSkippedReason
AssistSkippedReason(value)
Possible reasons for not answering an assist call.
Reply
Reply(mapping=None, *, ignore_unknown_fields=False, **kwargs)
One part of the multi-part response of the assist call.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
State
State(value)
State of the answer generation.