Class UpdateAiPromptRequest

    • Method Detail

      • aiPromptId

        public final String aiPromptId()

        The identifier of the Amazon Q in Connect AI Prompt.

        Returns:
        The identifier of the Amazon Q in Connect AI Prompt.
      • assistantId

        public final String assistantId()

        The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Returns:
        The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
      • clientToken

        public final String clientToken()

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs..

        Returns:
        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs..
      • description

        public final String description()

        The description of the Amazon Q in Connect AI Prompt.

        Returns:
        The description of the Amazon Q in Connect AI Prompt.
      • templateConfiguration

        public final AIPromptTemplateConfiguration templateConfiguration()

        The configuration of the prompt template for this AI Prompt.

        Returns:
        The configuration of the prompt template for this AI Prompt.
      • visibilityStatusAsString

        public final String visibilityStatusAsString()

        The visibility status of the Amazon Q in Connect AI prompt.

        If the service returns an enum value that is not available in the current SDK version, visibilityStatus will return VisibilityStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from visibilityStatusAsString().

        Returns:
        The visibility status of the Amazon Q in Connect AI prompt.
        See Also:
        VisibilityStatus
      • 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