GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings class
Generator settings used by the LLM to generate a text response.
Constructors
-
GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings.new({String? generator, Map<
String, String> ? inputParameters, String? outputParameter}) - GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings.fromJson(Map json_)
Properties
- generator ↔ String?
-
The generator to call.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputParameters
↔ Map<
String, String> ? -
Map from placeholder parameter in the Generator to corresponding session
parameters.
getter/setter pair
- outputParameter ↔ String?
-
Output parameter which should contain the generator response.
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