GoogleCloudDialogflowV2Generator class

LLM generator.

Constructors

GoogleCloudDialogflowV2Generator({String? createTime, String? description, GoogleCloudDialogflowV2InferenceParameter? inferenceParameter, String? name, GoogleCloudDialogflowV2SummarizationContext? summarizationContext, String? triggerEvent, String? updateTime})
GoogleCloudDialogflowV2Generator.fromJson(Map json_)

Properties

createTime String?
Creation time of this generator.
getter/setter pair
description String?
Human readable description of the generator.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inferenceParameter GoogleCloudDialogflowV2InferenceParameter?
Inference parameters for this generator.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summarizationContext GoogleCloudDialogflowV2SummarizationContext?
Input of prebuilt Summarization feature.
getter/setter pair
triggerEvent String?
The trigger event of the generator.
getter/setter pair
updateTime String?
Update time of this generator.
getter/setter pair

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