GoogleCloudDialogflowV2ConversationContextReferenceContextContent.fromJson constructor
GoogleCloudDialogflowV2ConversationContextReferenceContextContent.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2ConversationContextReferenceContextContent.fromJson(
core.Map json_)
: this(
content: json_['content'] as core.String?,
contentFormat: json_['contentFormat'] as core.String?,
ingestionTime: json_['ingestionTime'] as core.String?,
);