GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput.fromJson constructor
GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput.fromJson(
core.Map json_)
: this(
generatorName: json_['generatorName'] as core.String?,
query: json_['query'] as core.String?,
querySource: json_['querySource'] as core.String?,
);