Interface PlaybackInterruptionEvent.Builder

    • Method Detail

      • causedByEventId

        PlaybackInterruptionEvent.Builder causedByEventId​(String causedByEventId)

        The identifier of the event that contained the audio, DTMF, or text that caused the interruption.

        Parameters:
        causedByEventId - The identifier of the event that contained the audio, DTMF, or text that caused the interruption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventId

        PlaybackInterruptionEvent.Builder eventId​(String eventId)

        A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form RESPONSE-N , where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.

        Parameters:
        eventId - A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form RESPONSE-N, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.