GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettingsPromptTemplate class
Prompt template.
Constructors
- GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettingsPromptTemplate({String? displayName, bool? frozen, String? promptText})
- GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettingsPromptTemplate.fromJson(Map json_)
Properties
- displayName ↔ String?
-
Prompt name.
getter/setter pair
- frozen ↔ bool?
-
If the flag is true, the prompt is frozen and cannot be modified by users.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- promptText ↔ String?
-
Prompt text that is sent to a LLM on no-match default, placeholders are
filled downstream.
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