Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1AnalyzeContentRequest

The request message for Participants.AnalyzeContent.

Inheritance
object
GoogleCloudDialogflowV2beta1AnalyzeContentRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AnalyzeContentRequest : IDirectResponseSchema

Properties

AssistQueryParams

Parameters for a human assist query.

Declaration
[JsonProperty("assistQueryParams")]
public virtual GoogleCloudDialogflowV2beta1AssistQueryParameters AssistQueryParams { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1AssistQueryParameters

AudioInput

The natural language speech audio to be processed.

Declaration
[JsonProperty("audioInput")]
public virtual GoogleCloudDialogflowV2beta1AudioInput AudioInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1AudioInput

CxCurrentPage

The unique identifier of the Dialogflow CX page to override the current_page in the session. Format: projects//locations//agents//flows//pages/. If cx_current_page is specified, the previous state of the session will be ignored by Dialogflow CX, including the previous page and the previous session parameters. In most cases, cx_current_page and cx_parameters should be configured together to direct a session to a specific state. Note: this field should only be used if you are connecting to a Dialogflow CX agent.

Declaration
[JsonProperty("cxCurrentPage")]
public virtual string CxCurrentPage { get; set; }
Property Value
Type Description
string

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 GoogleCloudDialogflowV2beta1EventInput EventInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1EventInput

IntentInput

The intent to be triggered on V3 agent.

Declaration
[JsonProperty("intentInput")]
public virtual GoogleCloudDialogflowV2beta1IntentInput IntentInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentInput

MessageSendTime

object representation of MessageSendTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MessageSendTimeDateTimeOffset instead.")]
public virtual object MessageSendTime { get; set; }
Property Value
Type Description
object

MessageSendTimeDateTimeOffset

DateTimeOffset representation of MessageSendTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? MessageSendTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

MessageSendTimeRaw

Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. For BatchCreateMessages API only: Given two messages under the same participant: * If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. * If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.

Declaration
[JsonProperty("messageSendTime")]
public virtual string MessageSendTimeRaw { get; set; }
Property Value
Type Description
string

QueryParams

Parameters for a Dialogflow virtual-agent query.

Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowV2beta1QueryParameters QueryParams { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1QueryParameters

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 GoogleCloudDialogflowV2beta1OutputAudioConfig ReplyAudioConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1OutputAudioConfig

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 GoogleCloudDialogflowV2beta1SuggestionInput SuggestionInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1SuggestionInput

TextInput

The natural language text to be processed.

Declaration
[JsonProperty("textInput")]
public virtual GoogleCloudDialogflowV2beta1TextInput TextInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1TextInput

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX