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