Interface IngestConversationsRequest.ConversationConfigOrBuilder (2.41.0)

public static interface IngestConversationsRequest.ConversationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentChannel()

public abstract int getAgentChannel()

Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.

int32 agent_channel = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The agentChannel.

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.

getCustomerChannel()

public abstract int getCustomerChannel()

Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.

int32 customer_channel = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The customerChannel.