GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig({
  1. String? baselineModelVersion,
  2. String? model,
})

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig({
  this.baselineModelVersion,
  this.model,
});