Interface CustomerVoiceActivity.Builder

  • Method Details

    • greetingStartTimestamp

      CustomerVoiceActivity.Builder greetingStartTimestamp(Instant greetingStartTimestamp)

      Timestamp that measures the beginning of the customer greeting from an outbound voice call.

      Parameters:
      greetingStartTimestamp - Timestamp that measures the beginning of the customer greeting from an outbound voice call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • greetingEndTimestamp

      CustomerVoiceActivity.Builder greetingEndTimestamp(Instant greetingEndTimestamp)

      Timestamp that measures the end of the customer greeting from an outbound voice call.

      Parameters:
      greetingEndTimestamp - Timestamp that measures the end of the customer greeting from an outbound voice call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.