Class QueryParameters
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dialogflow.cx.v3beta1.QueryParameters
-
- All Implemented Interfaces:
QueryParametersOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class QueryParameters extends com.google.protobuf.GeneratedMessageV3 implements QueryParametersOrBuilder
Represents the parameters of a conversational query.
Protobuf typegoogle.cloud.dialogflow.cx.v3beta1.QueryParameters
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryParameters.Builder
Represents the parameters of a conversational query.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANALYZE_QUERY_TEXT_SENTIMENT_FIELD_NUMBER
static int
CHANNEL_FIELD_NUMBER
static int
CURRENT_PAGE_FIELD_NUMBER
static int
DISABLE_WEBHOOK_FIELD_NUMBER
static int
FLOW_VERSIONS_FIELD_NUMBER
static int
GEO_LOCATION_FIELD_NUMBER
static int
PARAMETERS_FIELD_NUMBER
static int
PAYLOAD_FIELD_NUMBER
static int
SESSION_ENTITY_TYPES_FIELD_NUMBER
static int
SESSION_TTL_FIELD_NUMBER
static int
TIME_ZONE_FIELD_NUMBER
static int
WEBHOOK_HEADERS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsWebhookHeaders(String key)
This field can be used to pass HTTP headers for a webhook call.boolean
equals(Object obj)
boolean
getAnalyzeQueryTextSentiment()
Configures whether sentiment analysis should be performed.String
getChannel()
The channel which this query is for.com.google.protobuf.ByteString
getChannelBytes()
The channel which this query is for.String
getCurrentPage()
The unique identifier of the [page][google.cloud.dialogflow.cx.v3beta1.Page] to override the [current page][QueryResult.current_page] in the session.com.google.protobuf.ByteString
getCurrentPageBytes()
The unique identifier of the [page][google.cloud.dialogflow.cx.v3beta1.Page] to override the [current page][QueryResult.current_page] in the session.static QueryParameters
getDefaultInstance()
QueryParameters
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
boolean
getDisableWebhook()
Whether to disable webhook calls for this request.String
getFlowVersions(int index)
A list of flow versions to override for the request.com.google.protobuf.ByteString
getFlowVersionsBytes(int index)
A list of flow versions to override for the request.int
getFlowVersionsCount()
A list of flow versions to override for the request.com.google.protobuf.ProtocolStringList
getFlowVersionsList()
A list of flow versions to override for the request.com.google.type.LatLng
getGeoLocation()
The geo location of this conversational query.com.google.type.LatLngOrBuilder
getGeoLocationOrBuilder()
The geo location of this conversational query.com.google.protobuf.Struct
getParameters()
Additional parameters to be put into [session parameters][SessionInfo.parameters].com.google.protobuf.StructOrBuilder
getParametersOrBuilder()
Additional parameters to be put into [session parameters][SessionInfo.parameters].com.google.protobuf.Parser<QueryParameters>
getParserForType()
com.google.protobuf.Struct
getPayload()
This field can be used to pass custom data into the webhook associated with the agent.com.google.protobuf.StructOrBuilder
getPayloadOrBuilder()
This field can be used to pass custom data into the webhook associated with the agent.int
getSerializedSize()
SessionEntityType
getSessionEntityTypes(int index)
Additional session entity types to replace or extend developer entity types with.int
getSessionEntityTypesCount()
Additional session entity types to replace or extend developer entity types with.List<SessionEntityType>
getSessionEntityTypesList()
Additional session entity types to replace or extend developer entity types with.SessionEntityTypeOrBuilder
getSessionEntityTypesOrBuilder(int index)
Additional session entity types to replace or extend developer entity types with.List<? extends SessionEntityTypeOrBuilder>
getSessionEntityTypesOrBuilderList()
Additional session entity types to replace or extend developer entity types with.com.google.protobuf.Duration
getSessionTtl()
Optional.com.google.protobuf.DurationOrBuilder
getSessionTtlOrBuilder()
Optional.String
getTimeZone()
The time zone of this conversational query from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris.com.google.protobuf.ByteString
getTimeZoneBytes()
The time zone of this conversational query from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris.Map<String,String>
getWebhookHeaders()
Deprecated.int
getWebhookHeadersCount()
This field can be used to pass HTTP headers for a webhook call.Map<String,String>
getWebhookHeadersMap()
This field can be used to pass HTTP headers for a webhook call.String
getWebhookHeadersOrDefault(String key, String defaultValue)
This field can be used to pass HTTP headers for a webhook call.String
getWebhookHeadersOrThrow(String key)
This field can be used to pass HTTP headers for a webhook call.boolean
hasGeoLocation()
The geo location of this conversational query.int
hashCode()
boolean
hasParameters()
Additional parameters to be put into [session parameters][SessionInfo.parameters].boolean
hasPayload()
This field can be used to pass custom data into the webhook associated with the agent.boolean
hasSessionTtl()
Optional.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static QueryParameters.Builder
newBuilder()
static QueryParameters.Builder
newBuilder(QueryParameters prototype)
QueryParameters.Builder
newBuilderForType()
protected QueryParameters.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static QueryParameters
parseDelimitedFrom(InputStream input)
static QueryParameters
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryParameters
parseFrom(byte[] data)
static QueryParameters
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryParameters
parseFrom(com.google.protobuf.ByteString data)
static QueryParameters
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryParameters
parseFrom(com.google.protobuf.CodedInputStream input)
static QueryParameters
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryParameters
parseFrom(InputStream input)
static QueryParameters
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryParameters
parseFrom(ByteBuffer data)
static QueryParameters
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<QueryParameters>
parser()
QueryParameters.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TIME_ZONE_FIELD_NUMBER
public static final int TIME_ZONE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GEO_LOCATION_FIELD_NUMBER
public static final int GEO_LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SESSION_ENTITY_TYPES_FIELD_NUMBER
public static final int SESSION_ENTITY_TYPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PAYLOAD_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARAMETERS_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CURRENT_PAGE_FIELD_NUMBER
public static final int CURRENT_PAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISABLE_WEBHOOK_FIELD_NUMBER
public static final int DISABLE_WEBHOOK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANALYZE_QUERY_TEXT_SENTIMENT_FIELD_NUMBER
public static final int ANALYZE_QUERY_TEXT_SENTIMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WEBHOOK_HEADERS_FIELD_NUMBER
public static final int WEBHOOK_HEADERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FLOW_VERSIONS_FIELD_NUMBER
public static final int FLOW_VERSIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHANNEL_FIELD_NUMBER
public static final int CHANNEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SESSION_TTL_FIELD_NUMBER
public static final int SESSION_TTL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getTimeZone
public String getTimeZone()
The time zone of this conversational query from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. If not provided, the time zone specified in the agent is used.
string time_zone = 1;
- Specified by:
getTimeZone
in interfaceQueryParametersOrBuilder
- Returns:
- The timeZone.
-
getTimeZoneBytes
public com.google.protobuf.ByteString getTimeZoneBytes()
The time zone of this conversational query from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. If not provided, the time zone specified in the agent is used.
string time_zone = 1;
- Specified by:
getTimeZoneBytes
in interfaceQueryParametersOrBuilder
- Returns:
- The bytes for timeZone.
-
hasGeoLocation
public boolean hasGeoLocation()
The geo location of this conversational query.
.google.type.LatLng geo_location = 2;
- Specified by:
hasGeoLocation
in interfaceQueryParametersOrBuilder
- Returns:
- Whether the geoLocation field is set.
-
getGeoLocation
public com.google.type.LatLng getGeoLocation()
The geo location of this conversational query.
.google.type.LatLng geo_location = 2;
- Specified by:
getGeoLocation
in interfaceQueryParametersOrBuilder
- Returns:
- The geoLocation.
-
getGeoLocationOrBuilder
public com.google.type.LatLngOrBuilder getGeoLocationOrBuilder()
The geo location of this conversational query.
.google.type.LatLng geo_location = 2;
- Specified by:
getGeoLocationOrBuilder
in interfaceQueryParametersOrBuilder
-
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.cx.v3beta1.SessionEntityType session_entity_types = 3;
- Specified by:
getSessionEntityTypesList
in interfaceQueryParametersOrBuilder
-
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.cx.v3beta1.SessionEntityType session_entity_types = 3;
- Specified by:
getSessionEntityTypesOrBuilderList
in interfaceQueryParametersOrBuilder
-
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.cx.v3beta1.SessionEntityType session_entity_types = 3;
- Specified by:
getSessionEntityTypesCount
in interfaceQueryParametersOrBuilder
-
getSessionEntityTypes
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.cx.v3beta1.SessionEntityType session_entity_types = 3;
- Specified by:
getSessionEntityTypes
in interfaceQueryParametersOrBuilder
-
getSessionEntityTypesOrBuilder
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.cx.v3beta1.SessionEntityType session_entity_types = 3;
- Specified by:
getSessionEntityTypesOrBuilder
in interfaceQueryParametersOrBuilder
-
hasPayload
public boolean hasPayload()
This field can be used to pass custom data into the webhook associated with the agent. Arbitrary JSON objects are supported. Some integrations that query a Dialogflow agent may provide additional information in the payload. In particular, for the Dialogflow Phone Gateway integration, this field has the form: ``` { "telephony": { "caller_id": "+18558363987" } } ```
.google.protobuf.Struct payload = 4;
- Specified by:
hasPayload
in interfaceQueryParametersOrBuilder
- Returns:
- Whether the payload field is set.
-
getPayload
public com.google.protobuf.Struct getPayload()
This field can be used to pass custom data into the webhook associated with the agent. Arbitrary JSON objects are supported. Some integrations that query a Dialogflow agent may provide additional information in the payload. In particular, for the Dialogflow Phone Gateway integration, this field has the form: ``` { "telephony": { "caller_id": "+18558363987" } } ```
.google.protobuf.Struct payload = 4;
- Specified by:
getPayload
in interfaceQueryParametersOrBuilder
- Returns:
- The payload.
-
getPayloadOrBuilder
public com.google.protobuf.StructOrBuilder getPayloadOrBuilder()
This field can be used to pass custom data into the webhook associated with the agent. Arbitrary JSON objects are supported. Some integrations that query a Dialogflow agent may provide additional information in the payload. In particular, for the Dialogflow Phone Gateway integration, this field has the form: ``` { "telephony": { "caller_id": "+18558363987" } } ```
.google.protobuf.Struct payload = 4;
- Specified by:
getPayloadOrBuilder
in interfaceQueryParametersOrBuilder
-
hasParameters
public boolean hasParameters()
Additional parameters to be put into [session parameters][SessionInfo.parameters]. To remove a parameter from the session, clients should explicitly set the parameter value to null. You can reference the session parameters in the agent with the following format: $session.params.parameter-id. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
.google.protobuf.Struct parameters = 5;
- Specified by:
hasParameters
in interfaceQueryParametersOrBuilder
- Returns:
- Whether the parameters field is set.
-
getParameters
public com.google.protobuf.Struct getParameters()
Additional parameters to be put into [session parameters][SessionInfo.parameters]. To remove a parameter from the session, clients should explicitly set the parameter value to null. You can reference the session parameters in the agent with the following format: $session.params.parameter-id. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
.google.protobuf.Struct parameters = 5;
- Specified by:
getParameters
in interfaceQueryParametersOrBuilder
- Returns:
- The parameters.
-
getParametersOrBuilder
public com.google.protobuf.StructOrBuilder getParametersOrBuilder()
Additional parameters to be put into [session parameters][SessionInfo.parameters]. To remove a parameter from the session, clients should explicitly set the parameter value to null. You can reference the session parameters in the agent with the following format: $session.params.parameter-id. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
.google.protobuf.Struct parameters = 5;
- Specified by:
getParametersOrBuilder
in interfaceQueryParametersOrBuilder
-
getCurrentPage
public String getCurrentPage()
The unique identifier of the [page][google.cloud.dialogflow.cx.v3beta1.Page] to override the [current page][QueryResult.current_page] in the session. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the [previous page][QueryResult.current_page] and the [previous session parameters][QueryResult.parameters]. In most cases, [current_page][google.cloud.dialogflow.cx.v3beta1.QueryParameters.current_page] and [parameters][google.cloud.dialogflow.cx.v3beta1.QueryParameters.parameters] should be configured together to direct a session to a specific state.
string current_page = 6 [(.google.api.resource_reference) = { ... }
- Specified by:
getCurrentPage
in interfaceQueryParametersOrBuilder
- Returns:
- The currentPage.
-
getCurrentPageBytes
public com.google.protobuf.ByteString getCurrentPageBytes()
The unique identifier of the [page][google.cloud.dialogflow.cx.v3beta1.Page] to override the [current page][QueryResult.current_page] in the session. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the [previous page][QueryResult.current_page] and the [previous session parameters][QueryResult.parameters]. In most cases, [current_page][google.cloud.dialogflow.cx.v3beta1.QueryParameters.current_page] and [parameters][google.cloud.dialogflow.cx.v3beta1.QueryParameters.parameters] should be configured together to direct a session to a specific state.
string current_page = 6 [(.google.api.resource_reference) = { ... }
- Specified by:
getCurrentPageBytes
in interfaceQueryParametersOrBuilder
- Returns:
- The bytes for currentPage.
-
getDisableWebhook
public boolean getDisableWebhook()
Whether to disable webhook calls for this request.
bool disable_webhook = 7;
- Specified by:
getDisableWebhook
in interfaceQueryParametersOrBuilder
- Returns:
- The disableWebhook.
-
getAnalyzeQueryTextSentiment
public boolean getAnalyzeQueryTextSentiment()
Configures whether sentiment analysis should be performed. If not provided, sentiment analysis is not performed.
bool analyze_query_text_sentiment = 8;
- Specified by:
getAnalyzeQueryTextSentiment
in interfaceQueryParametersOrBuilder
- Returns:
- The analyzeQueryTextSentiment.
-
getWebhookHeadersCount
public int getWebhookHeadersCount()
Description copied from interface:QueryParametersOrBuilder
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 Dialogflow web console. The headers defined within this field will overwrite the headers configured through 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 = 10;
- Specified by:
getWebhookHeadersCount
in interfaceQueryParametersOrBuilder
-
containsWebhookHeaders
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 Dialogflow web console. The headers defined within this field will overwrite the headers configured through 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 = 10;
- Specified by:
containsWebhookHeaders
in interfaceQueryParametersOrBuilder
-
getWebhookHeaders
@Deprecated public Map<String,String> getWebhookHeaders()
Deprecated.UsegetWebhookHeadersMap()
instead.- Specified by:
getWebhookHeaders
in interfaceQueryParametersOrBuilder
-
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 Dialogflow web console. The headers defined within this field will overwrite the headers configured through 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 = 10;
- Specified by:
getWebhookHeadersMap
in interfaceQueryParametersOrBuilder
-
getWebhookHeadersOrDefault
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 Dialogflow web console. The headers defined within this field will overwrite the headers configured through 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 = 10;
- Specified by:
getWebhookHeadersOrDefault
in interfaceQueryParametersOrBuilder
-
getWebhookHeadersOrThrow
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 Dialogflow web console. The headers defined within this field will overwrite the headers configured through 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 = 10;
- Specified by:
getWebhookHeadersOrThrow
in interfaceQueryParametersOrBuilder
-
getFlowVersionsList
public com.google.protobuf.ProtocolStringList getFlowVersionsList()
A list of flow versions to override for the request. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
repeated string flow_versions = 14 [(.google.api.resource_reference) = { ... }
- Specified by:
getFlowVersionsList
in interfaceQueryParametersOrBuilder
- Returns:
- A list containing the flowVersions.
-
getFlowVersionsCount
public int getFlowVersionsCount()
A list of flow versions to override for the request. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
repeated string flow_versions = 14 [(.google.api.resource_reference) = { ... }
- Specified by:
getFlowVersionsCount
in interfaceQueryParametersOrBuilder
- Returns:
- The count of flowVersions.
-
getFlowVersions
public String getFlowVersions(int index)
A list of flow versions to override for the request. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
repeated string flow_versions = 14 [(.google.api.resource_reference) = { ... }
- Specified by:
getFlowVersions
in interfaceQueryParametersOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The flowVersions at the given index.
-
getFlowVersionsBytes
public com.google.protobuf.ByteString getFlowVersionsBytes(int index)
A list of flow versions to override for the request. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
repeated string flow_versions = 14 [(.google.api.resource_reference) = { ... }
- Specified by:
getFlowVersionsBytes
in interfaceQueryParametersOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the flowVersions at the given index.
-
getChannel
public String getChannel()
The channel which this query is for. If specified, only the [ResponseMessage][google.cloud.dialogflow.cx.v3beta1.ResponseMessage] associated with the channel will be returned. If no [ResponseMessage][google.cloud.dialogflow.cx.v3beta1.ResponseMessage] is associated with the channel, it falls back to the [ResponseMessage][google.cloud.dialogflow.cx.v3beta1.ResponseMessage] with unspecified channel. If unspecified, the [ResponseMessage][google.cloud.dialogflow.cx.v3beta1.ResponseMessage] with unspecified channel will be returned.
string channel = 15;
- Specified by:
getChannel
in interfaceQueryParametersOrBuilder
- Returns:
- The channel.
-
getChannelBytes
public com.google.protobuf.ByteString getChannelBytes()
The channel which this query is for. If specified, only the [ResponseMessage][google.cloud.dialogflow.cx.v3beta1.ResponseMessage] associated with the channel will be returned. If no [ResponseMessage][google.cloud.dialogflow.cx.v3beta1.ResponseMessage] is associated with the channel, it falls back to the [ResponseMessage][google.cloud.dialogflow.cx.v3beta1.ResponseMessage] with unspecified channel. If unspecified, the [ResponseMessage][google.cloud.dialogflow.cx.v3beta1.ResponseMessage] with unspecified channel will be returned.
string channel = 15;
- Specified by:
getChannelBytes
in interfaceQueryParametersOrBuilder
- Returns:
- The bytes for channel.
-
hasSessionTtl
public boolean hasSessionTtl()
Optional. Sets Dialogflow session life time. By default, a Dialogflow session remains active and its data is stored for 30 minutes after the last request is sent for the session. This value should be no longer than 1 day.
.google.protobuf.Duration session_ttl = 16 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
hasSessionTtl
in interfaceQueryParametersOrBuilder
- Returns:
- Whether the sessionTtl field is set.
-
getSessionTtl
public com.google.protobuf.Duration getSessionTtl()
Optional. Sets Dialogflow session life time. By default, a Dialogflow session remains active and its data is stored for 30 minutes after the last request is sent for the session. This value should be no longer than 1 day.
.google.protobuf.Duration session_ttl = 16 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getSessionTtl
in interfaceQueryParametersOrBuilder
- Returns:
- The sessionTtl.
-
getSessionTtlOrBuilder
public com.google.protobuf.DurationOrBuilder getSessionTtlOrBuilder()
Optional. Sets Dialogflow session life time. By default, a Dialogflow session remains active and its data is stored for 30 minutes after the last request is sent for the session. This value should be no longer than 1 day.
.google.protobuf.Duration session_ttl = 16 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getSessionTtlOrBuilder
in interfaceQueryParametersOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static QueryParameters parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryParameters parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryParameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryParameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryParameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryParameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryParameters parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static QueryParameters parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static QueryParameters parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static QueryParameters parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static QueryParameters parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static QueryParameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public QueryParameters.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static QueryParameters.Builder newBuilder()
-
newBuilder
public static QueryParameters.Builder newBuilder(QueryParameters prototype)
-
toBuilder
public QueryParameters.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected QueryParameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static QueryParameters getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<QueryParameters> parser()
-
getParserForType
public com.google.protobuf.Parser<QueryParameters> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public QueryParameters getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-