Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ArticleSuggestionData.
Agent Assist Article Suggestion 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 article 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 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).
#metadata
def metadata() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Map that contains metadata about the Article Suggestion and the document that it originates from.
#metadata=
def metadata=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — 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.
#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}
#source
def source() -> ::String
Returns
- (::String) — The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}
#source=
def source=(value) -> ::String
Parameter
- value (::String) — 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}
#title
def title() -> ::String
Returns
- (::String) — Article title.
#title=
def title=(value) -> ::String
Parameter
- value (::String) — Article title.
Returns
- (::String) — Article title.
#uri
def uri() -> ::String
Returns
- (::String) — Article URI.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — Article URI.
Returns
- (::String) — Article URI.