Class GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig
Config for auth using Diglogflow service agent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAgentAuth
Optional. Indicate the auth token type generated from the Diglogflow service agent. The generated token is sent in the Authorization header.
Declaration
[JsonProperty("serviceAgentAuth")]
public virtual string ServiceAgentAuth { get; set; }
Property Value
Type | Description |
---|---|
string |