Interface CreateIntentVersionRequest.Builder

    • Method Detail

      • name

        CreateIntentVersionRequest.Builder name​(String name)

        The name of the intent that you want to create a new version of. The name is case sensitive.

        Parameters:
        name - The name of the intent that you want to create a new version of. The name is case sensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksum

        CreateIntentVersionRequest.Builder checksum​(String checksum)

        Checksum of the $LATEST version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.

        Parameters:
        checksum - Checksum of the $LATEST version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.