Interface AllowedInputTypes.Builder

    • Method Detail

      • allowAudioInput

        AllowedInputTypes.Builder allowAudioInput​(Boolean allowAudioInput)

        Indicates whether audio input is allowed.

        Parameters:
        allowAudioInput - Indicates whether audio input is allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowDTMFInput

        AllowedInputTypes.Builder allowDTMFInput​(Boolean allowDTMFInput)

        Indicates whether DTMF input is allowed.

        Parameters:
        allowDTMFInput - Indicates whether DTMF input is allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.