Class: Google::Cloud::ContactCenterInsights::V1::ArticleSuggestionData

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 Article Suggestion data.

Defined Under Namespace

Classes: MetadataEntry

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_score::Float

Returns The system's confidence score that this article 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 article is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).



1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1054

class ArticleSuggestionData
  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 Article Suggestion and the document that it originates from.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Map that contains metadata about the Article Suggestion and the document that it originates from.



1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1054

class ArticleSuggestionData
  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}



1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1054

class ArticleSuggestionData
  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

#source::String

Returns The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}.

Returns:

  • (::String)

    The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}



1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1054

class ArticleSuggestionData
  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

#title::String

Returns Article title.

Returns:

  • (::String)

    Article title.



1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1054

class ArticleSuggestionData
  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

#uri::String

Returns Article URI.

Returns:

  • (::String)

    Article URI.



1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1054

class ArticleSuggestionData
  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