Class Google::Cloud::ContactCenterInsights::V1::SmartReplyData (v0.6.0)

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) — Name of the query record. Format: projects/{project}/locations/{location}/queryRecords/{query_record}

#query_record=

def query_record=(value) -> ::String
Parameter
  • value (::String) — Name of the query record. Format: projects/{project}/locations/{location}/queryRecords/{query_record}
Returns
  • (::String) — Name of the query record. Format: projects/{project}/locations/{location}/queryRecords/{query_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.