Class GetIntentVersionsRequest

    • Method Detail

      • name

        public final String name()

        The name of the intent for which versions should be returned.

        Returns:
        The name of the intent for which versions should be returned.
      • nextToken

        public final String nextToken()

        A pagination token for fetching the next page of intent versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

        Returns:
        A pagination token for fetching the next page of intent versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.
      • maxResults

        public final Integer maxResults()

        The maximum number of intent versions to return in the response. The default is 10.

        Returns:
        The maximum number of intent versions to return in the response. The default is 10.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object