StartRequest Class

Request model for starting a conversation with Copilot Studio.

Constructor

pydantic model StartRequest

Keyword-Only Parameters

Name Description
locale
Default value: None
emitStartConversationEvent
Default value: True
conversationId
Default value: None

Attributes

conversation_id

Conversation ID requested by the client

field conversation_id: str | None = None (alias 'conversationId')

emit_start_conversation_event

Whether to emit a StartConversation event

field emit_start_conversation_event: bool = True (alias 'emitStartConversationEvent')

locale

The locale to use as defined by the client

field locale: str | None = None