GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig({
  1. int? recentSentencesCount,
})

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig({
  this.recentSentencesCount,
});