Class GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig
Config for authentication using bearer token.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Token
Required. The text token appended to the text Bearer
to the request Authorization header. Session
parameters reference can be used
to pass the token dynamically, e.g. $session.params.parameter-id
.
Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Type | Description |
---|---|
string |