GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.fromJson constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.fromJson(
    core.Map json_)
    : this(
        baselineModelVersion: json_['baselineModelVersion'] as core.String?,
        model: json_['model'] as core.String?,
      );