public static interface SessionConfig.RemoteDialogflowQueryParametersOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsWebhookHeaders(String key)
public abstract boolean containsWebhookHeaders(String key)Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.
map<string, string> webhook_headers = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getEndUserMetadata()
public abstract Struct getEndUserMetadata()Optional. The end user metadata to be sent in QueryParameters.
.google.protobuf.Struct end_user_metadata = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Struct |
The endUserMetadata. |
getEndUserMetadataOrBuilder()
public abstract StructOrBuilder getEndUserMetadataOrBuilder()Optional. The end user metadata to be sent in QueryParameters.
.google.protobuf.Struct end_user_metadata = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getPayload()
public abstract Struct getPayload()Optional. The payload to be sent in QueryParameters.
.google.protobuf.Struct payload = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Struct |
The payload. |
getPayloadOrBuilder()
public abstract StructOrBuilder getPayloadOrBuilder()Optional. The payload to be sent in QueryParameters.
.google.protobuf.Struct payload = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getWebhookHeaders() (deprecated)
public abstract Map<String,String> getWebhookHeaders()Use #getWebhookHeadersMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getWebhookHeadersCount()
public abstract int getWebhookHeadersCount()Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.
map<string, string> webhook_headers = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getWebhookHeadersMap()
public abstract Map<String,String> getWebhookHeadersMap()Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.
map<string, string> webhook_headers = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getWebhookHeadersOrDefault(String key, String defaultValue)
public abstract String getWebhookHeadersOrDefault(String key, String defaultValue)Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.
map<string, string> webhook_headers = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getWebhookHeadersOrThrow(String key)
public abstract String getWebhookHeadersOrThrow(String key)Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.
map<string, string> webhook_headers = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
hasEndUserMetadata()
public abstract boolean hasEndUserMetadata()Optional. The end user metadata to be sent in QueryParameters.
.google.protobuf.Struct end_user_metadata = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endUserMetadata field is set. |
hasPayload()
public abstract boolean hasPayload()Optional. The payload to be sent in QueryParameters.
.google.protobuf.Struct payload = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the payload field is set. |