Interface IssueLocation.Builder

  • Method Details

    • botLocale

      IssueLocation.Builder botLocale(String botLocale)

      The locale identifier where the issue was found.

      Parameters:
      botLocale - The locale identifier where the issue was found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intentId

      IssueLocation.Builder intentId(String intentId)

      The intent identifier where the issue was found, if applicable.

      Parameters:
      intentId - The intent identifier where the issue was found, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • slotId

      IssueLocation.Builder slotId(String slotId)

      The slot identifier where the issue was found, if applicable.

      Parameters:
      slotId - The slot identifier where the issue was found, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.