Interface CustomerVoiceActivity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CustomerVoiceActivity.Builder,CustomerVoiceActivity>, SdkBuilder<CustomerVoiceActivity.Builder,CustomerVoiceActivity>, SdkPojo
Enclosing class:
CustomerVoiceActivity

public static interface CustomerVoiceActivity.Builder extends SdkPojo, CopyableBuilder<CustomerVoiceActivity.Builder,CustomerVoiceActivity>
  • 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.