Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerSource.
A question may have multiple answers from varying sources, one of which becomes the "main" answer above. AnswerSource represents each individual answer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#answer_value
def answer_value() -> ::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue
Returns
- (::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue) — The answer value from this source.
#answer_value=
def answer_value=(value) -> ::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue) — The answer value from this source.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue) — The answer value from this source.
#source_type
def source_type() -> ::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerSource::SourceType
Returns
- (::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerSource::SourceType) — What created the answer.
#source_type=
def source_type=(value) -> ::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerSource::SourceType
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerSource::SourceType) — What created the answer.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerSource::SourceType) — What created the answer.