Dialogflow v3 API - Class Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig (3.0.0)

public sealed class Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig : IMessage<Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig>, IEquatable<Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig>, IDeepCloneable<Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig.

Configuration for authentication using a service account.

Inheritance

object > Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ServiceAccountAuthConfig()

public ServiceAccountAuthConfig()

ServiceAccountAuthConfig(ServiceAccountAuthConfig)

public ServiceAccountAuthConfig(Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig other)
Parameter
Name Description
other WebhookTypesGenericWebServiceTypesServiceAccountAuthConfig

Properties

ServiceAccount

public string ServiceAccount { get; set; }

Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the Authorization header of the webhook request.

The service account must have the roles/iam.serviceAccountTokenCreator role granted to the Dialogflow service agent.

Property Value
Type Description
string