Class QueryParameters.Builder (4.4.0)

public static final class QueryParameters.Builder extends GeneratedMessageV3.Builder<QueryParameters.Builder> implements QueryParametersOrBuilder

Represents the parameters of the conversational query.

Protobuf type google.cloud.dialogflow.v2.QueryParameters

Methods

addAllContexts(Iterable<? extends Context> values)

public QueryParameters.Builder addAllContexts(Iterable<? extends Context> values)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.dialogflow.v2.Context>
Returns

addAllSessionEntityTypes(Iterable<? extends SessionEntityType> values)

public QueryParameters.Builder addAllSessionEntityTypes(Iterable<? extends SessionEntityType> values)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.dialogflow.v2.SessionEntityType>
Returns

addContexts(Context value)

public QueryParameters.Builder addContexts(Context value)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameter
NameDescription
valueContext
Returns

addContexts(Context.Builder builderForValue)

public QueryParameters.Builder addContexts(Context.Builder builderForValue)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameter
NameDescription
builderForValueContext.Builder
Returns

addContexts(int index, Context value)

public QueryParameters.Builder addContexts(int index, Context value)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameters
NameDescription
indexint
valueContext
Returns

addContexts(int index, Context.Builder builderForValue)

public QueryParameters.Builder addContexts(int index, Context.Builder builderForValue)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameters
NameDescription
indexint
builderForValueContext.Builder
Returns

addContextsBuilder()

public Context.Builder addContextsBuilder()

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Returns
TypeDescription
Context.Builder

addContextsBuilder(int index)

public Context.Builder addContextsBuilder(int index)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Context.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public QueryParameters.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

addSessionEntityTypes(SessionEntityType value)

public QueryParameters.Builder addSessionEntityTypes(SessionEntityType value)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameter
NameDescription
valueSessionEntityType
Returns

addSessionEntityTypes(SessionEntityType.Builder builderForValue)

public QueryParameters.Builder addSessionEntityTypes(SessionEntityType.Builder builderForValue)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameter
NameDescription
builderForValueSessionEntityType.Builder
Returns

addSessionEntityTypes(int index, SessionEntityType value)

public QueryParameters.Builder addSessionEntityTypes(int index, SessionEntityType value)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameters
NameDescription
indexint
valueSessionEntityType
Returns

addSessionEntityTypes(int index, SessionEntityType.Builder builderForValue)

public QueryParameters.Builder addSessionEntityTypes(int index, SessionEntityType.Builder builderForValue)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameters
NameDescription
indexint
builderForValueSessionEntityType.Builder
Returns

addSessionEntityTypesBuilder()

public SessionEntityType.Builder addSessionEntityTypesBuilder()

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Returns

addSessionEntityTypesBuilder(int index)

public SessionEntityType.Builder addSessionEntityTypesBuilder(int index)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameter
NameDescription
indexint
Returns

build()

public QueryParameters build()
Returns
TypeDescription
QueryParameters

buildPartial()

public QueryParameters buildPartial()
Returns
TypeDescription
QueryParameters

clear()

public QueryParameters.Builder clear()
Returns Overrides

clearContexts()

public QueryParameters.Builder clearContexts()

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Returns

clearField(Descriptors.FieldDescriptor field)

public QueryParameters.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearGeoLocation()

public QueryParameters.Builder clearGeoLocation()

The geo location of this conversational query.

.google.type.LatLng geo_location = 2;

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

public QueryParameters.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearPayload()

public QueryParameters.Builder clearPayload()

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.

.google.protobuf.Struct payload = 6;

Returns

clearResetContexts()

public QueryParameters.Builder clearResetContexts()

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

bool reset_contexts = 4;

Returns
TypeDescription
QueryParameters.Builder

This builder for chaining.

clearSentimentAnalysisRequestConfig()

public QueryParameters.Builder clearSentimentAnalysisRequestConfig()

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

.google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig sentiment_analysis_request_config = 10;

Returns

clearSessionEntityTypes()

public QueryParameters.Builder clearSessionEntityTypes()

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Returns

clearTimeZone()

public QueryParameters.Builder clearTimeZone()

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.

string time_zone = 1;

Returns
TypeDescription
QueryParameters.Builder

This builder for chaining.

clearWebhookHeaders()

public QueryParameters.Builder clearWebhookHeaders()
Returns

clone()

public QueryParameters.Builder clone()
Returns Overrides

containsWebhookHeaders(String key)

public boolean containsWebhookHeaders(String key)

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.

map<string, string> webhook_headers = 14;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getContexts(int index)

public Context getContexts(int index)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Context

getContextsBuilder(int index)

public Context.Builder getContextsBuilder(int index)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Context.Builder

getContextsBuilderList()

public List<Context.Builder> getContextsBuilderList()

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Returns
TypeDescription
List<Builder>

getContextsCount()

public int getContextsCount()

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Returns
TypeDescription
int

getContextsList()

public List<Context> getContextsList()

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Returns
TypeDescription
List<Context>

getContextsOrBuilder(int index)

public ContextOrBuilder getContextsOrBuilder(int index)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ContextOrBuilder

getContextsOrBuilderList()

public List<? extends ContextOrBuilder> getContextsOrBuilderList()

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2.ContextOrBuilder>

getDefaultInstanceForType()

public QueryParameters getDefaultInstanceForType()
Returns
TypeDescription
QueryParameters

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getGeoLocation()

public LatLng getGeoLocation()

The geo location of this conversational query.

.google.type.LatLng geo_location = 2;

Returns
TypeDescription
com.google.type.LatLng

The geoLocation.

getGeoLocationBuilder()

public LatLng.Builder getGeoLocationBuilder()

The geo location of this conversational query.

.google.type.LatLng geo_location = 2;

Returns
TypeDescription
com.google.type.LatLng.Builder

getGeoLocationOrBuilder()

public LatLngOrBuilder getGeoLocationOrBuilder()

The geo location of this conversational query.

.google.type.LatLng geo_location = 2;

Returns
TypeDescription
com.google.type.LatLngOrBuilder

getMutableWebhookHeaders()

public Map<String,String> getMutableWebhookHeaders()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getPayload()

public Struct 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.

.google.protobuf.Struct payload = 6;

Returns
TypeDescription
Struct

The payload.

getPayloadBuilder()

public Struct.Builder getPayloadBuilder()

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.

.google.protobuf.Struct payload = 6;

Returns
TypeDescription
Builder

getPayloadOrBuilder()

public StructOrBuilder getPayloadOrBuilder()

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.

.google.protobuf.Struct payload = 6;

Returns
TypeDescription
StructOrBuilder

getResetContexts()

public boolean getResetContexts()

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

bool reset_contexts = 4;

Returns
TypeDescription
boolean

The resetContexts.

getSentimentAnalysisRequestConfig()

public SentimentAnalysisRequestConfig getSentimentAnalysisRequestConfig()

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

.google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig sentiment_analysis_request_config = 10;

Returns
TypeDescription
SentimentAnalysisRequestConfig

The sentimentAnalysisRequestConfig.

getSentimentAnalysisRequestConfigBuilder()

public SentimentAnalysisRequestConfig.Builder getSentimentAnalysisRequestConfigBuilder()

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

.google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig sentiment_analysis_request_config = 10;

Returns

getSentimentAnalysisRequestConfigOrBuilder()

public SentimentAnalysisRequestConfigOrBuilder getSentimentAnalysisRequestConfigOrBuilder()

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

.google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig sentiment_analysis_request_config = 10;

Returns

getSessionEntityTypes(int index)

public SessionEntityType getSessionEntityTypes(int index)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
SessionEntityType

getSessionEntityTypesBuilder(int index)

public SessionEntityType.Builder getSessionEntityTypesBuilder(int index)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameter
NameDescription
indexint
Returns

getSessionEntityTypesBuilderList()

public List<SessionEntityType.Builder> getSessionEntityTypesBuilderList()

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Returns
TypeDescription
List<Builder>

getSessionEntityTypesCount()

public int getSessionEntityTypesCount()

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Returns
TypeDescription
int

getSessionEntityTypesList()

public List<SessionEntityType> getSessionEntityTypesList()

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Returns
TypeDescription
List<SessionEntityType>

getSessionEntityTypesOrBuilder(int index)

public SessionEntityTypeOrBuilder getSessionEntityTypesOrBuilder(int index)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameter
NameDescription
indexint
Returns

getSessionEntityTypesOrBuilderList()

public List<? extends SessionEntityTypeOrBuilder> getSessionEntityTypesOrBuilderList()

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2.SessionEntityTypeOrBuilder>

getTimeZone()

public String 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.

string time_zone = 1;

Returns
TypeDescription
String

The timeZone.

getTimeZoneBytes()

public ByteString getTimeZoneBytes()

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.

string time_zone = 1;

Returns
TypeDescription
ByteString

The bytes for timeZone.

getWebhookHeaders()

public Map<String,String> getWebhookHeaders()
Returns
TypeDescription
Map<String,String>

getWebhookHeadersCount()

public int getWebhookHeadersCount()

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.

map<string, string> webhook_headers = 14;

Returns
TypeDescription
int

getWebhookHeadersMap()

public Map<String,String> getWebhookHeadersMap()

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.

map<string, string> webhook_headers = 14;

Returns
TypeDescription
Map<String,String>

getWebhookHeadersOrDefault(String key, String defaultValue)

public String getWebhookHeadersOrDefault(String key, String defaultValue)

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.

map<string, string> webhook_headers = 14;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getWebhookHeadersOrThrow(String key)

public String getWebhookHeadersOrThrow(String key)

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.

map<string, string> webhook_headers = 14;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

hasGeoLocation()

public boolean hasGeoLocation()

The geo location of this conversational query.

.google.type.LatLng geo_location = 2;

Returns
TypeDescription
boolean

Whether the geoLocation field is set.

hasPayload()

public boolean hasPayload()

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.

.google.protobuf.Struct payload = 6;

Returns
TypeDescription
boolean

Whether the payload field is set.

hasSentimentAnalysisRequestConfig()

public boolean hasSentimentAnalysisRequestConfig()

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

.google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig sentiment_analysis_request_config = 10;

Returns
TypeDescription
boolean

Whether the sentimentAnalysisRequestConfig field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(QueryParameters other)

public QueryParameters.Builder mergeFrom(QueryParameters other)
Parameter
NameDescription
otherQueryParameters
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public QueryParameters.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public QueryParameters.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeGeoLocation(LatLng value)

public QueryParameters.Builder mergeGeoLocation(LatLng value)

The geo location of this conversational query.

.google.type.LatLng geo_location = 2;

Parameter
NameDescription
valuecom.google.type.LatLng
Returns

mergePayload(Struct value)

public QueryParameters.Builder mergePayload(Struct value)

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.

.google.protobuf.Struct payload = 6;

Parameter
NameDescription
valueStruct
Returns

mergeSentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig value)

public QueryParameters.Builder mergeSentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig value)

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

.google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig sentiment_analysis_request_config = 10;

Parameter
NameDescription
valueSentimentAnalysisRequestConfig
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final QueryParameters.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

putAllWebhookHeaders(Map<String,String> values)

public QueryParameters.Builder putAllWebhookHeaders(Map<String,String> values)

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.

map<string, string> webhook_headers = 14;

Parameter
NameDescription
valuesMap<String,String>
Returns

putWebhookHeaders(String key, String value)

public QueryParameters.Builder putWebhookHeaders(String key, String value)

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.

map<string, string> webhook_headers = 14;

Parameters
NameDescription
keyString
valueString
Returns

removeContexts(int index)

public QueryParameters.Builder removeContexts(int index)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameter
NameDescription
indexint
Returns

removeSessionEntityTypes(int index)

public QueryParameters.Builder removeSessionEntityTypes(int index)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameter
NameDescription
indexint
Returns

removeWebhookHeaders(String key)

public QueryParameters.Builder removeWebhookHeaders(String key)

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.

map<string, string> webhook_headers = 14;

Parameter
NameDescription
keyString
Returns

setContexts(int index, Context value)

public QueryParameters.Builder setContexts(int index, Context value)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameters
NameDescription
indexint
valueContext
Returns

setContexts(int index, Context.Builder builderForValue)

public QueryParameters.Builder setContexts(int index, Context.Builder builderForValue)

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

repeated .google.cloud.dialogflow.v2.Context contexts = 3;

Parameters
NameDescription
indexint
builderForValueContext.Builder
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public QueryParameters.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setGeoLocation(LatLng value)

public QueryParameters.Builder setGeoLocation(LatLng value)

The geo location of this conversational query.

.google.type.LatLng geo_location = 2;

Parameter
NameDescription
valuecom.google.type.LatLng
Returns

setGeoLocation(LatLng.Builder builderForValue)

public QueryParameters.Builder setGeoLocation(LatLng.Builder builderForValue)

The geo location of this conversational query.

.google.type.LatLng geo_location = 2;

Parameter
NameDescription
builderForValuecom.google.type.LatLng.Builder
Returns

setPayload(Struct value)

public QueryParameters.Builder setPayload(Struct value)

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.

.google.protobuf.Struct payload = 6;

Parameter
NameDescription
valueStruct
Returns

setPayload(Struct.Builder builderForValue)

public QueryParameters.Builder setPayload(Struct.Builder builderForValue)

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.

.google.protobuf.Struct payload = 6;

Parameter
NameDescription
builderForValueBuilder
Returns

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public QueryParameters.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setResetContexts(boolean value)

public QueryParameters.Builder setResetContexts(boolean value)

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

bool reset_contexts = 4;

Parameter
NameDescription
valueboolean

The resetContexts to set.

Returns
TypeDescription
QueryParameters.Builder

This builder for chaining.

setSentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig value)

public QueryParameters.Builder setSentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig value)

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

.google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig sentiment_analysis_request_config = 10;

Parameter
NameDescription
valueSentimentAnalysisRequestConfig
Returns

setSentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig.Builder builderForValue)

public QueryParameters.Builder setSentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig.Builder builderForValue)

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

.google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig sentiment_analysis_request_config = 10;

Parameter
NameDescription
builderForValueSentimentAnalysisRequestConfig.Builder
Returns

setSessionEntityTypes(int index, SessionEntityType value)

public QueryParameters.Builder setSessionEntityTypes(int index, SessionEntityType value)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameters
NameDescription
indexint
valueSessionEntityType
Returns

setSessionEntityTypes(int index, SessionEntityType.Builder builderForValue)

public QueryParameters.Builder setSessionEntityTypes(int index, SessionEntityType.Builder builderForValue)

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.

repeated .google.cloud.dialogflow.v2.SessionEntityType session_entity_types = 5;

Parameters
NameDescription
indexint
builderForValueSessionEntityType.Builder
Returns

setTimeZone(String value)

public QueryParameters.Builder setTimeZone(String value)

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.

string time_zone = 1;

Parameter
NameDescription
valueString

The timeZone to set.

Returns
TypeDescription
QueryParameters.Builder

This builder for chaining.

setTimeZoneBytes(ByteString value)

public QueryParameters.Builder setTimeZoneBytes(ByteString value)

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.

string time_zone = 1;

Parameter
NameDescription
valueByteString

The bytes for timeZone to set.

Returns
TypeDescription
QueryParameters.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final QueryParameters.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides