Class UpdateAiAgentRequest

    • Method Detail

      • aiAgentId

        public final String aiAgentId()

        The identifier of the Amazon Q in Connect AI Agent.

        Returns:
        The identifier of the Amazon Q in Connect AI Agent.
      • 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..
      • configuration

        public final AIAgentConfiguration configuration()

        The configuration of the Amazon Q in Connect AI Agent.

        Returns:
        The configuration of the Amazon Q in Connect AI Agent.
      • description

        public final String description()

        The description of the Amazon Q in Connect AI Agent.

        Returns:
        The description of the Amazon Q in Connect AI Agent.
      • visibilityStatusAsString

        public final String visibilityStatusAsString()

        The visbility status of the Amazon Q in Connect AI Agent.

        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 visbility status of the Amazon Q in Connect AI Agent.
        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