Class GoogleCloudDialogflowV2AnalyzeContentRequest
The request message for Participants.AnalyzeContent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AnalyzeContentRequest : IDirectResponseSchema
Properties
AssistQueryParams
Parameters for a human assist query.
Declaration
[JsonProperty("assistQueryParams")]
public virtual GoogleCloudDialogflowV2AssistQueryParameters AssistQueryParams { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2AssistQueryParameters |
CxParameters
Additional parameters to be put into Dialogflow CX session parameters. To remove a parameter from the session, clients should explicitly set the parameter value to null. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
Declaration
[JsonProperty("cxParameters")]
public virtual IDictionary<string, object> CxParameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventInput
An input event to send to Dialogflow.
Declaration
[JsonProperty("eventInput")]
public virtual GoogleCloudDialogflowV2EventInput EventInput { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2EventInput |
QueryParams
Parameters for a Dialogflow virtual-agent query.
Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowV2QueryParameters QueryParams { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2QueryParameters |
ReplyAudioConfig
Speech synthesis configuration. The speech synthesis settings for a virtual agent that may be configured for the associated conversation profile are not used when calling AnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
Declaration
[JsonProperty("replyAudioConfig")]
public virtual GoogleCloudDialogflowV2OutputAudioConfig ReplyAudioConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2OutputAudioConfig |
RequestId
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This
request is only idempotent if a request_id
is provided.
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string |
SuggestionInput
An input representing the selection of a suggestion.
Declaration
[JsonProperty("suggestionInput")]
public virtual GoogleCloudDialogflowV2SuggestionInput SuggestionInput { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2SuggestionInput |
TextInput
The natural language text to be processed.
Declaration
[JsonProperty("textInput")]
public virtual GoogleCloudDialogflowV2TextInput TextInput { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2TextInput |