Module Values.UpdateSessionRequestSource

Updates a session. A session is a contextual container used for generating recommendations. Amazon Connect updates the existing Amazon Q in Connect session for each contact on which Amazon Q in Connect is enabled.

Sourcetype nonrec t = {
  1. assistantId : UuidOrArn.t;
    (*

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

    *)
  2. sessionId : UuidOrArn.t;
    (*

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

    *)
  3. description : Description.t option;
    (*

    The description.

    *)
  4. tagFilter : TagFilter.t option;
    (*

    An object that can be used to specify Tag conditions.

    *)
  5. aiAgentConfiguration : AIAgentConfigurationMap.t option;
    (*

    The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.

    *)
  6. orchestratorConfigurationList : OrchestratorConfigurationList.t option;
    (*

    The updated list of orchestrator configurations for the session.

    *)
  7. removeOrchestratorConfigurationList : Boolean.t option;
    (*

    The list of orchestrator configurations to remove from the session.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?tagFilter:??? -> ?aiAgentConfiguration:??? -> ?orchestratorConfigurationList:??? -> ?removeOrchestratorConfigurationList:??? -> assistantId:UuidOrArn.t -> sessionId:UuidOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of UuidOrArnOrEitherWithQualifier.t ]) list ] list | `Map of ([> `Enum of string ] * [> `Structure of (string * [> `String of UuidWithQualifier.t ]) list ]) list | `String of UuidOrArn.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of TagKey.t | `Structure of (string * [> `String of TagKey.t ]) list ]) list ] list | `Structure of (string * [> `String of TagKey.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t