Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::SmartReplyData.
Agent Assist Smart Reply data.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#confidence_score
def confidence_score() -> ::Float
Returns
- (::Float) — The system's confidence score that this reply is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
#confidence_score=
def confidence_score=(value) -> ::Float
Parameter
- value (::Float) — The system's confidence score that this reply is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
Returns
- (::Float) — The system's confidence score that this reply is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
#metadata
def metadata() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Map that contains metadata about the Smart Reply and the document from which it originates.
#metadata=
def metadata=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Map that contains metadata about the Smart Reply and the document from which it originates.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Map that contains metadata about the Smart Reply and the document from which it originates.
#query_record
def query_record() -> ::String
Returns
- (::String) — The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
#query_record=
def query_record=(value) -> ::String
Parameter
- value (::String) — The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
Returns
- (::String) — The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
#reply
def reply() -> ::String
Returns
- (::String) — The content of the reply.
#reply=
def reply=(value) -> ::String
Parameter
- value (::String) — The content of the reply.
Returns
- (::String) — The content of the reply.