Class InvokeAssistantRequest

    • Method Detail

      • conversationId

        public final String conversationId()

        The ID assigned to a conversation. IoT SiteWise automatically generates a unique ID for you, and this parameter is never required. However, if you prefer to have your own ID, you must specify it here in UUID format. If you specify your own ID, it must be globally unique.

        Returns:
        The ID assigned to a conversation. IoT SiteWise automatically generates a unique ID for you, and this parameter is never required. However, if you prefer to have your own ID, you must specify it here in UUID format. If you specify your own ID, it must be globally unique.
      • message

        public final String message()

        A text message sent to the SiteWise Assistant by the user.

        Returns:
        A text message sent to the SiteWise Assistant by the user.
      • enableTrace

        public final Boolean enableTrace()

        Specifies if to turn trace on or not. It is used to track the SiteWise Assistant's reasoning, and data access process.

        Returns:
        Specifies if to turn trace on or not. It is used to track the SiteWise Assistant's reasoning, and data access process.
      • 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