Edit

SendPromptToM365CopilotOptions interface (Client API reference)

Describes the optional parameters passed to the sendPromptToM365Copilot method.

Properties

Name Type Description
gptId string ID of a specific M365 Copilot agent to target. If omitted, the prompt is sent to the default Copilot experience.
autoSubmit boolean When false, the prompt text is placed in the Copilot input box but not submitted, so the user can review or edit it first. Defaults to true.

sendPromptToM365Copilot method
Xrm.Copilot (Client API reference)