GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata.fromJson constructor
GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata.fromJson(
core.Map json_)
: this(
smartReplyAllowlistCovered:
json_.containsKey('smartReplyAllowlistCovered')
? json_['smartReplyAllowlistCovered'] as core.bool
: null,
);