public sealed class GenerateChatTokenResponse : IMessage<GenerateChatTokenResponse>, IEquatable<GenerateChatTokenResponse>, IDeepCloneable<GenerateChatTokenResponse>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class GenerateChatTokenResponse.
Response message for [WidgetService.GenerateChatToken][google.cloud.ces.v1.WidgetService.GenerateChatToken].
Implements
IMessageGenerateChatTokenResponse, IEquatableGenerateChatTokenResponse, IDeepCloneableGenerateChatTokenResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
GenerateChatTokenResponse()
public GenerateChatTokenResponse()GenerateChatTokenResponse(GenerateChatTokenResponse)
public GenerateChatTokenResponse(GenerateChatTokenResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateChatTokenResponse |
Properties
ChatToken
public string ChatToken { get; set; }The session scoped token for chat widget to authenticate with Session APIs.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExpireTime
public Timestamp ExpireTime { get; set; }The time at which the chat token expires.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|