Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents the settings required to establish a connection to Copilot Studio.

    Hierarchy

    • ConnectionOptions
      • ConnectionSettings
    Index

    Properties

    agentIdentifier?: string

    The identifier of the agent.

    This property will not be supported in future versions. Use schemaName instead.

    appClientId?: string

    The client ID of the application.

    This property will not be supported in future versions. Handle the auth properties in the agent.

    authority?: string

    The login authority to use for the connection.

    This property will not be supported in future versions. Handle the auth properties in the agent.

    The cloud environment of the application.

    copilotAgentType?: AgentType

    The type of the Copilot agent.

    customPowerPlatformCloud?: string

    The custom Power Platform cloud URL, if any.

    directConnectUrl?: string

    The URL to connect directly to Copilot Studio endpoint

    environmentId?: string

    The environment ID of the application.

    schemaName?: string

    The identifier of the agent.

    tenantId?: string

    The tenant ID of the application.

    This property will not be supported in future versions. Handle the auth properties in the agent.

    useExperimentalEndpoint?: boolean = false

    Flag to use the experimental endpoint if available