Class: Google::Cloud::ContactCenterInsights::V1::SmartReplyData

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

Agent Assist Smart Reply data.

Defined Under Namespace

Classes: MetadataEntry

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_score::Float

Returns 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).



1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1126

class SmartReplyData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class MetadataEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#metadata::Google::Protobuf::Map{::String => ::String}

Returns 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.



1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1126

class SmartReplyData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class MetadataEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#query_record::String

Returns 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}



1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1126

class SmartReplyData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class MetadataEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#reply::String

Returns The content of the reply.

Returns:

  • (::String)

    The content of the reply.



1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1126

class SmartReplyData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class MetadataEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end