Gemini Enterprise for Customer Experience v1 API - Class GenerateChatTokenResponse (1.0.0-beta01)

public sealed class GenerateChatTokenResponse : IMessage<GenerateChatTokenResponse>, IEquatable<GenerateChatTokenResponse>, IDeepCloneable<GenerateChatTokenResponse>, IBufferMessage, IMessage

Reference 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].

Inheritance

object > GenerateChatTokenResponse

Namespace

Google.Cloud.Ces.V1

Assembly

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