Answer(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Defines an answer.
Attributes |
|
---|---|
Name | Description |
name |
str
Immutable. Fully qualified name projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*/answers/*
|
state |
google.cloud.discoveryengine_v1.types.Answer.State
The state of the answer generation. |
answer_text |
str
The textual answer. |
citations |
MutableSequence[google.cloud.discoveryengine_v1.types.Answer.Citation]
Citations. |
references |
MutableSequence[google.cloud.discoveryengine_v1.types.Answer.Reference]
References. |
related_questions |
MutableSequence[str]
Suggested related questions. |
steps |
MutableSequence[google.cloud.discoveryengine_v1.types.Answer.Step]
Answer generation steps. |
query_understanding_info |
google.cloud.discoveryengine_v1.types.Answer.QueryUnderstandingInfo
Query understanding information. |
answer_skipped_reasons |
MutableSequence[google.cloud.discoveryengine_v1.types.Answer.AnswerSkippedReason]
Additional answer-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Answer creation timestamp. |
complete_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Answer completed timestamp. |
Classes
AnswerSkippedReason
AnswerSkippedReason(value)
An enum for answer skipped reasons.
Google skips the answer if there are no
high-relevance search results.
POTENTIAL_POLICY_VIOLATION (4):
The potential policy violation case.
Google skips the answer if there is a potential
policy violation detected. This includes content
that may be violent or toxic.
Citation
Citation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Citation info for a segment.
CitationSource
CitationSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Citation source.
QueryUnderstandingInfo
QueryUnderstandingInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Query understanding information.
Reference
Reference(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Reference.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
State
State(value)
Enumeration of the state of the answer generation.
Step
Step(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Step information.