Interface IngestConversationsRequest.ConversationConfigOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.