Class GenerateChatTokenRequest
Request message for WidgetService.GenerateChatToken.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class GenerateChatTokenRequest : IDirectResponseSchema
Properties
Deployment
Required. The deployment of the app to use for the session. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
Declaration
[JsonProperty("deployment")]
public virtual string Deployment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecaptchaToken
Optional. The reCAPTCHA token generated by the client-side chat widget.
Declaration
[JsonProperty("recaptchaToken")]
public virtual string RecaptchaToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |