GoogleCloudDialogflowV2ConversationInfo.fromJson constructor
GoogleCloudDialogflowV2ConversationInfo.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2ConversationInfo.fromJson(core.Map json_)
: this(
languageCode: json_.containsKey('languageCode')
? json_['languageCode'] as core.String
: null,
);