Freigeben über


ChoiceInput.OnInitializeOptions(DialogContext, Object) Methode

Definition

Methode, die Optionen verarbeitet.

protected override object OnInitializeOptions (Microsoft.Bot.Builder.Dialogs.DialogContext dc, object options);
override this.OnInitializeOptions : Microsoft.Bot.Builder.Dialogs.DialogContext * obj -> obj
Protected Overrides Function OnInitializeOptions (dc As DialogContext, options As Object) As Object

Parameter

dc
DialogContext

Die DialogContext für den aktuellen Unterhaltungswechsel.

options
Object

Optional, anfängliche Informationen, die an das Dialogfeld übergeben werden sollen.

Gibt zurück

geänderte Optionen.

Gilt für: