Class Suggestion (2.16.0)

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

Represents a suggestion for a human agent.

Attributes

NameDescription
name str
Output only. The name of this suggestion. Format: ``projects/
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/

Inheritance

builtins.object > proto.message.Message > Suggestion

Classes

Article

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

Represents suggested article.

FaqAnswer

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

Represents suggested answer from "frequently asked questions".