GoogleCloudDialogflowCxV3GenerativeSettings class
Settings for Generative AI.
Constructors
- GoogleCloudDialogflowCxV3GenerativeSettings({GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings? fallbackSettings, GoogleCloudDialogflowCxV3SafetySettings? generativeSafetySettings, GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings? knowledgeConnectorSettings, String? languageCode, String? name})
- GoogleCloudDialogflowCxV3GenerativeSettings.fromJson(Map json_)
Properties
- fallbackSettings ↔ GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings?
-
Settings for Generative Fallback.
getter/setter pair
- generativeSafetySettings ↔ GoogleCloudDialogflowCxV3SafetySettings?
-
Settings for Generative Safety.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- knowledgeConnectorSettings ↔ GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings?
-
Settings for knowledge connector.
getter/setter pair
- languageCode ↔ String?
-
Language for this settings.
getter/setter pair
- name ↔ String?
-
Format:
projects//locations//agents//generativeSettings
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited