GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet.fromJson constructor
GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet.fromJson(
core.Map json_)
: this(
text: json_.containsKey('text') ? json_['text'] as core.String : null,
title:
json_.containsKey('title') ? json_['title'] as core.String : null,
uri: json_.containsKey('uri') ? json_['uri'] as core.String : null,
);