Share via


TurnStatusReceivedEventArgs.InteractionId Property

Definition

Retrieves the interaction ID associated with this turn status event. Interaction ID generally corresponds to a single input signal (e.g. voice utterance) or data/activity transaction and will correlate to replyToId fields in Bot Framework activities.

public string InteractionId { get; }
member this.InteractionId : string
Public ReadOnly Property InteractionId As String

Property Value

The interaction ID associated with the turn status.

Applies to