Interface Conversation.CallMetadataOrBuilder (2.41.0)

public static interface Conversation.CallMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentChannel()

public abstract int getAgentChannel()

The audio channel that contains the agent.

int32 agent_channel = 2;

Returns
TypeDescription
int

The agentChannel.

getCustomerChannel()

public abstract int getCustomerChannel()

The audio channel that contains the customer.

int32 customer_channel = 1;

Returns
TypeDescription
int

The customerChannel.