ChoiceSetConverter Class
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.
Converter for ChoiceSet - allows string or array initializers.
public class ChoiceSetConverter : Newtonsoft.Json.JsonConverter<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet>
type ChoiceSetConverter = class
inherit JsonConverter<ChoiceSet>
Public Class ChoiceSetConverter
Inherits JsonConverter(Of ChoiceSet)
- Inheritance
-
Newtonsoft.Json.JsonConverter<ChoiceSet>ChoiceSetConverter
Constructors
ChoiceSetConverter() |
Methods
ReadJson(JsonReader, Type, ChoiceSet, Boolean, JsonSerializer) |
Reads the JSON representation of a ChoiceSet object. |
WriteJson(JsonWriter, ChoiceSet, JsonSerializer) |
Writes the JSON representation of a ChoiceSet object. |