GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig.fromJson constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig.fromJson(
  1. Map json_
)

Implementation

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