Values.UpdateAgentSpaceInputSourceInput for updating an existing AgentSpace's properties. All fields except agentSpaceId are optional for partial updates.
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier of the AgentSpace
*)name : AgentSpaceName.t option;The updated name of the AgentSpace.
*)description : Description.t option;The updated description of the AgentSpace.
*)locale : Locale.t option;The updated locale for the AgentSpace, which determines the language used in agent responses.
*)}val make :
?name:??? ->
?description:??? ->
?locale:??? ->
agentSpaceId:AgentSpaceId.t ->
unit ->
t