Class SmartReplyAnswer (2.14.0)

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

Represents a smart reply answer.

Attributes

NameDescription
reply str
The content of the reply.
confidence float
Smart reply confidence. The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).
answer_record str
The name of answer record, in the format of "projects/

Inheritance

builtins.object > proto.message.Message > SmartReplyAnswer