public sealed class Tool.Types.Authentication.Types.ServiceAgentAuthConfig : IMessage<Tool.Types.Authentication.Types.ServiceAgentAuthConfig>, IEquatable<Tool.Types.Authentication.Types.ServiceAgentAuthConfig>, IDeepCloneable<Tool.Types.Authentication.Types.ServiceAgentAuthConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Tool.Types.Authentication.Types.ServiceAgentAuthConfig.
Config for auth using Dialogflow service agent.
Implements
IMessageToolTypesAuthenticationTypesServiceAgentAuthConfig, IEquatableToolTypesAuthenticationTypesServiceAgentAuthConfig, IDeepCloneableToolTypesAuthenticationTypesServiceAgentAuthConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ServiceAgentAuthConfig()
public ServiceAgentAuthConfig()ServiceAgentAuthConfig(ServiceAgentAuthConfig)
public ServiceAgentAuthConfig(Tool.Types.Authentication.Types.ServiceAgentAuthConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ToolTypesAuthenticationTypesServiceAgentAuthConfig |
Properties
ServiceAgentAuth
public Tool.Types.Authentication.Types.ServiceAgentAuthConfig.Types.ServiceAgentAuth ServiceAgentAuth { get; set; }Optional. Indicate the auth token type generated from the Diglogflow service agent. The generated token is sent in the Authorization header.
| Property Value | |
|---|---|
| Type | Description |
ToolTypesAuthenticationTypesServiceAgentAuthConfigTypesServiceAgentAuth |
|