GoogleCloudDialogflowV2ConversationInfo.fromJson constructor

GoogleCloudDialogflowV2ConversationInfo.fromJson(
  1. Map json_
)

Implementation

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