Interface Conversation.CallMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAgentChannel()
      The audio channel that contains the agent.
      int getCustomerChannel()
      The audio channel that contains the customer.
      • 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

      • getCustomerChannel

        int getCustomerChannel()
         The audio channel that contains the customer.
         
        int32 customer_channel = 1;
        Returns:
        The customerChannel.
      • getAgentChannel

        int getAgentChannel()
         The audio channel that contains the agent.
         
        int32 agent_channel = 2;
        Returns:
        The agentChannel.