Interface GenerateChatTokenResponseOrBuilder (0.1.0)

public interface GenerateChatTokenResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChatToken()

public abstract String getChatToken()

The session scoped token for chat widget to authenticate with Session APIs.

string chat_token = 1;

Returns
Type Description
String

The chatToken.

getChatTokenBytes()

public abstract ByteString getChatTokenBytes()

The session scoped token for chat widget to authenticate with Session APIs.

string chat_token = 1;

Returns
Type Description
ByteString

The bytes for chatToken.

getExpireTime()

public abstract Timestamp getExpireTime()

The time at which the chat token expires.

.google.protobuf.Timestamp expire_time = 2;

Returns
Type Description
Timestamp

The expireTime.

getExpireTimeOrBuilder()

public abstract TimestampOrBuilder getExpireTimeOrBuilder()

The time at which the chat token expires.

.google.protobuf.Timestamp expire_time = 2;

Returns
Type Description
TimestampOrBuilder

hasExpireTime()

public abstract boolean hasExpireTime()

The time at which the chat token expires.

.google.protobuf.Timestamp expire_time = 2;

Returns
Type Description
boolean

Whether the expireTime field is set.