public static interface IngestConversationsRequest.ConversationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAgentChannel()
Optional.
|
String |
getAgentId()
An opaque, user-specified string representing the human agent who handled
the conversations.
|
com.google.protobuf.ByteString |
getAgentIdBytes()
An opaque, user-specified string representing the human agent who handled
the conversations.
|
int |
getCustomerChannel()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAgentId()
An opaque, user-specified string representing the human agent who handled the conversations.
string agent_id = 1;com.google.protobuf.ByteString getAgentIdBytes()
An opaque, user-specified string representing the human agent who handled the conversations.
string agent_id = 1;int getAgentChannel()
Optional. For audio conversations, this field indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for audio conversations to be properly displayed and analyzed.
int32 agent_channel = 2 [(.google.api.field_behavior) = OPTIONAL];int getCustomerChannel()
Optional. For audio conversations, this field indicates which of the channels, 1 or 2, contains the customer. Note that this must be set for audio conversations to be properly displayed and analyzed.
int32 customer_channel = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2023 Google LLC. All rights reserved.