StartRequest.EmitStartConversationEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether to emit a StartConversation event.
[System.Text.Json.Serialization.JsonPropertyName("emitStartConversationEvent")]
public bool EmitStartConversationEvent { get; init; }
[<System.Text.Json.Serialization.JsonPropertyName("emitStartConversationEvent")>]
member this.EmitStartConversationEvent : bool with get, set
Public Property EmitStartConversationEvent As Boolean
Property Value
- Attributes