Interface RepromptResponse.Builder

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

public static interface RepromptResponse.Builder extends SdkPojo, CopyableBuilder<RepromptResponse.Builder,RepromptResponse>
  • Method Details

    • source

      Specifies what output is prompting the agent to reprompt the input.

      Parameters:
      source - Specifies what output is prompting the agent to reprompt the input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • source

      Specifies what output is prompting the agent to reprompt the input.

      Parameters:
      source - Specifies what output is prompting the agent to reprompt the input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • text

      The text reprompting the input.

      Parameters:
      text - The text reprompting the input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.