Class GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest
The request message for Conversations.GenerateStatelessSuggestion.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest : IDirectResponseSchema
Properties
ContextReferences
Optional. A section of ingested context information. The key is the name of the context reference and the value contains the contents of the context reference. The key is used to incorporate ingested context references to enhance the generator.
Declaration
[JsonProperty("contextReferences")]
public virtual IDictionary<string, GoogleCloudDialogflowV2beta1ConversationContextReference> ContextReferences { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, Google |
ConversationContext
Optional. Context of the conversation, including transcripts.
Declaration
[JsonProperty("conversationContext")]
public virtual GoogleCloudDialogflowV2beta1ConversationContext ConversationContext { get; set; }
Property Value
Type | Description |
---|---|
Google |
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 GoogleCloudDialogflowV2beta1Generator Generator { get; set; }
Property Value
Type | Description |
---|---|
Google |
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; }