Values.StopQAppSessionInputSourceStops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for future uses. The results of the session will be persisted as part of the conversation.
type nonrec t = {instanceId : InstanceId.t;The unique identifier of the Amazon Q Business application environment instance.
*)sessionId : UUID.t;The unique identifier of the Q App session to stop.
*)}