View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource (google_api_contact_center_insights v0.13.0)
A question may have multiple answers from varying sources, one of which becomes the "main" answer above. AnswerSource represents each individual answer.
Attributes
-
answerValue(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue.t, default:nil) - The answer value from this source. -
sourceType(type:String.t, default:nil) - What created the answer.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource{ answerValue: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue.t() | nil, sourceType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.