Class UpdateSessionRequest

    • Method Detail

      • 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.
      • description

        public final String description()

        The description.

        Returns:
        The description.
      • sessionId

        public final String sessionId()

        The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Returns:
        The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
      • tagFilter

        public final TagFilter tagFilter()

        An object that can be used to specify Tag conditions.

        Returns:
        An object that can be used to specify Tag conditions.
      • 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