Interface IngestConversationsRequest.ConversationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestConversationsRequest.ConversationConfig
,IngestConversationsRequest.ConversationConfig.Builder
- Enclosing class:
- IngestConversationsRequest
public static interface IngestConversationsRequest.ConversationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAgentId
String getAgentId()
An opaque, user-specified string representing the human agent who handled the conversations.
string agent_id = 1;
- Returns:
- The agentId.
-
getAgentIdBytes
com.google.protobuf.ByteString getAgentIdBytes()
An opaque, user-specified string representing the human agent who handled the conversations.
string agent_id = 1;
- Returns:
- The bytes for agentId.
-
-