Dialogflow v3 API - Class Tool.Types.Authentication.Types.ServiceAgentAuthConfig (3.0.0)

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, IMessage

Reference documentation and code samples for the Dialogflow v3 API class Tool.Types.Authentication.Types.ServiceAgentAuthConfig.

Config for auth using Diglogflow service agent.

Inheritance

object > Tool.Types.Authentication.Types.ServiceAgentAuthConfig

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.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