GoogleCloudDialogflowCxV3GenerativeSettings constructor
GoogleCloudDialogflowCxV3GenerativeSettings({
- GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings? fallbackSettings,
- GoogleCloudDialogflowCxV3SafetySettings? generativeSafetySettings,
- GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings? knowledgeConnectorSettings,
- String? languageCode,
- String? name,
Implementation
GoogleCloudDialogflowCxV3GenerativeSettings({
this.fallbackSettings,
this.generativeSafetySettings,
this.knowledgeConnectorSettings,
this.languageCode,
this.name,
});