Interface IngestConversationsRequest.ConversationConfigOrBuilder (2.28.0)

public static interface IngestConversationsRequest.ConversationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentId()

public abstract String getAgentId()

An opaque, user-specified string representing the human agent who handled the conversations.

string agent_id = 1;

Returns
TypeDescription
String

The agentId.

getAgentIdBytes()

public abstract ByteString getAgentIdBytes()

An opaque, user-specified string representing the human agent who handled the conversations.

string agent_id = 1;

Returns
TypeDescription
ByteString

The bytes for agentId.