GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest class
The request message for Conversations.GenerateStatelessSuggestion.
Constructors
-
GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest({GoogleCloudDialogflowV2ConversationContext? conversationContext, GoogleCloudDialogflowV2Generator? generator, String? generatorName, List<
String> ? triggerEvents}) - GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest.fromJson(Map json_)
Properties
- conversationContext ↔ GoogleCloudDialogflowV2ConversationContext?
-
Context of the conversation, including transcripts.
getter/setter pair
- generator ↔ GoogleCloudDialogflowV2Generator?
-
Uncreated generator.
getter/setter pair
- generatorName ↔ String?
-
The resource name of the existing created generator.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
triggerEvents
↔ List<
String> ? -
A list of trigger events.
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