Class GenerateChatTokenResponse (0.3.0)

GenerateChatTokenResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for WidgetService.GenerateChatToken.

Attributes

Name Description
chat_token str
The session scoped token for chat widget to authenticate with Session APIs.
expire_time google.protobuf.timestamp_pb2.Timestamp
The time at which the chat token expires.