public static interface IngestConversationsRequest.ConversationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The customerChannel. |