GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata.fromJson constructor
GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata.fromJson(
core.Map json_)
: this(
answerValue: json_['answerValue'] as core.String?,
qaQuestionId: json_['qaQuestionId'] as core.String?,
qaScorecardId: json_['qaScorecardId'] as core.String?,
questionBody: json_['questionBody'] as core.String?,
);