Class Suggestion (2.6.0)

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

Represents a suggestion for a human agent. .. attribute:: name

Output only. The name of this suggestion. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/*/suggestions/<Suggestion ID>.

:type: str

Attributes

NameDescription
articles Sequence[google.cloud.dialogflow_v2beta1.types.Suggestion.Article]
Output only. Articles ordered by score in descending order.
faq_answers Sequence[google.cloud.dialogflow_v2beta1.types.Suggestion.FaqAnswer]
Output only. Answers extracted from FAQ documents.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the suggestion was created.
latest_message str
Output only. Latest message used as context to compile this suggestion. Format: projects/.

Classes

Article

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

Represents suggested article. .. attribute:: title

Output only. The article title.

:type: str

FaqAnswer

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

Represents suggested answer from "frequently asked questions".