Class GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest
The request message for Conversations.GenerateStatelessSuggestion.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest : IDirectResponseSchema
Properties
ConversationContext
Optional. Context of the conversation, including transcripts.
Declaration
[JsonProperty("conversationContext")]
public virtual GoogleCloudDialogflowV2ConversationContext ConversationContext { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2ConversationContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Generator
Uncreated generator. It should be a complete generator that includes all information about the generator.
Declaration
[JsonProperty("generator")]
public virtual GoogleCloudDialogflowV2Generator Generator { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2Generator |
GeneratorName
The resource name of the existing created generator. Format: projects//locations//generators/
Declaration
[JsonProperty("generatorName")]
public virtual string GeneratorName { get; set; }
Property Value
Type | Description |
---|---|
string |
TriggerEvents
Optional. A list of trigger events. Generator will be triggered only if it's trigger event is included here.
Declaration
[JsonProperty("triggerEvents")]
public virtual IList<string> TriggerEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |