SendHandoffActivity.Transcript 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.
Gets or sets the Transcript object to be included when sending the handoff activity.
public AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Schema.Transcript> Transcript { get; set; }
member this.Transcript : AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Schema.Transcript> with get, set
Public Property Transcript As ObjectExpression(Of Transcript)