GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig.fromJson constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig.fromJson(
    core.Map json_)
    : this(
        recentSentencesCount: json_.containsKey('recentSentencesCount')
            ? json_['recentSentencesCount'] as core.int
            : null,
      );