Google Cloud Dialogflow V2 Client - Class QueryParameters (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class QueryParameters.

Represents the parameters of the conversational query.

Generated from protobuf message google.cloud.dialogflow.v2.QueryParameters

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ time_zone string

The time zone of this conversational query from the time zone database, e.g., America/New_York, Europe/Paris. If not provided, the time zone specified in agent settings is used.

↳ geo_location Google\Type\LatLng

The geo location of this conversational query.

↳ contexts array<Google\Cloud\Dialogflow\V2\Context>

The collection of contexts to be activated before this query is executed.

↳ reset_contexts bool

Specifies whether to delete all contexts in the current session before the new ones are activated.

↳ session_entity_types array<Google\Cloud\Dialogflow\V2\SessionEntityType>

Additional session entity types to replace or extend developer entity types with. The entity synonyms apply to all languages and persist for the session of this query.

↳ payload Google\Protobuf\Struct

This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the WebhookRequest.original_detect_intent_request.payload field sent to your webhook.

↳ sentiment_analysis_request_config Google\Cloud\Dialogflow\V2\SentimentAnalysisRequestConfig

Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.

↳ webhook_headers array|Google\Protobuf\Internal\MapField

This field can be used to pass HTTP headers for a webhook call. These headers will be sent to webhook along with the headers that have been configured through the Dialogflow web console. The headers defined within this field will overwrite the headers configured through the Dialogflow console if there is a conflict. Header names are case-insensitive. Google's specified headers are not allowed. Including: "Host", "Content-Length", "Connection", "From", "User-Agent", "Accept-Encoding", "If-Modified-Since", "If-None-Match", "X-Forwarded-For", etc.

↳ platform string

The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.

getTimeZone

The time zone of this conversational query from the time zone database, e.g., America/New_York, Europe/Paris. If not provided, the time zone specified in agent settings is used.

Returns
TypeDescription
string

setTimeZone

The time zone of this conversational query from the time zone database, e.g., America/New_York, Europe/Paris. If not provided, the time zone specified in agent settings is used.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGeoLocation

The geo location of this conversational query.

Returns
TypeDescription
Google\Type\LatLng|null

hasGeoLocation

clearGeoLocation

setGeoLocation

The geo location of this conversational query.

Parameter
NameDescription
var Google\Type\LatLng
Returns
TypeDescription
$this

getContexts

The collection of contexts to be activated before this query is executed.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setContexts

The collection of contexts to be activated before this query is executed.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\Context>
Returns
TypeDescription
$this

getResetContexts

Specifies whether to delete all contexts in the current session before the new ones are activated.

Returns
TypeDescription
bool

setResetContexts

Specifies whether to delete all contexts in the current session before the new ones are activated.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getSessionEntityTypes

Additional session entity types to replace or extend developer entity types with. The entity synonyms apply to all languages and persist for the session of this query.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSessionEntityTypes

Additional session entity types to replace or extend developer entity types with. The entity synonyms apply to all languages and persist for the session of this query.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\SessionEntityType>
Returns
TypeDescription
$this

getPayload

This field can be used to pass custom data to your webhook.

Arbitrary JSON objects are supported. If supplied, the value is used to populate the WebhookRequest.original_detect_intent_request.payload field sent to your webhook.

Returns
TypeDescription
Google\Protobuf\Struct|null

hasPayload

clearPayload

setPayload

This field can be used to pass custom data to your webhook.

Arbitrary JSON objects are supported. If supplied, the value is used to populate the WebhookRequest.original_detect_intent_request.payload field sent to your webhook.

Parameter
NameDescription
var Google\Protobuf\Struct
Returns
TypeDescription
$this

getSentimentAnalysisRequestConfig

Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\SentimentAnalysisRequestConfig|null

hasSentimentAnalysisRequestConfig

clearSentimentAnalysisRequestConfig

setSentimentAnalysisRequestConfig

Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\SentimentAnalysisRequestConfig
Returns
TypeDescription
$this

getWebhookHeaders

This field can be used to pass HTTP headers for a webhook call. These headers will be sent to webhook along with the headers that have been configured through the Dialogflow web console. The headers defined within this field will overwrite the headers configured through the Dialogflow console if there is a conflict. Header names are case-insensitive. Google's specified headers are not allowed. Including: "Host", "Content-Length", "Connection", "From", "User-Agent", "Accept-Encoding", "If-Modified-Since", "If-None-Match", "X-Forwarded-For", etc.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setWebhookHeaders

This field can be used to pass HTTP headers for a webhook call. These headers will be sent to webhook along with the headers that have been configured through the Dialogflow web console. The headers defined within this field will overwrite the headers configured through the Dialogflow console if there is a conflict. Header names are case-insensitive. Google's specified headers are not allowed. Including: "Host", "Content-Length", "Connection", "From", "User-Agent", "Accept-Encoding", "If-Modified-Since", "If-None-Match", "X-Forwarded-For", etc.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getPlatform

The platform of the virtual agent response messages.

If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.

Returns
TypeDescription
string

setPlatform

The platform of the virtual agent response messages.

If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.

Parameter
NameDescription
var string
Returns
TypeDescription
$this