public static interface Tool.Authentication.ServiceAgentAuthConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceAgentAuth()
public abstract Tool.Authentication.ServiceAgentAuthConfig.ServiceAgentAuth getServiceAgentAuth()Optional. Indicate the auth token type generated from the Diglogflow service agent. The generated token is sent in the Authorization header.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.ServiceAgentAuthConfig.ServiceAgentAuth service_agent_auth = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Tool.Authentication.ServiceAgentAuthConfig.ServiceAgentAuth |
The serviceAgentAuth. |
getServiceAgentAuthValue()
public abstract int getServiceAgentAuthValue()Optional. Indicate the auth token type generated from the Diglogflow service agent. The generated token is sent in the Authorization header.
.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.ServiceAgentAuthConfig.ServiceAgentAuth service_agent_auth = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for serviceAgentAuth. |