SampleUtterance Class

Definition

Sample utterance.

public class SampleUtterance
public class SampleUtterance : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.SampleUtterance>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.SampleUtterance>
type SampleUtterance = class
type SampleUtterance = class
    interface IJsonModel<SampleUtterance>
    interface IPersistableModel<SampleUtterance>
Public Class SampleUtterance
Public Class SampleUtterance
Implements IJsonModel(Of SampleUtterance), IPersistableModel(Of SampleUtterance)
Inheritance
SampleUtterance
Implements

Constructors

SampleUtterance()

Initializes a new instance of SampleUtterance.

Properties

Links

Links attribute of sample utterance.

Qid

Question id of sample utterance (for stackoverflow questions titles).

Text

Text attribute of sample utterance.

Explicit Interface Implementations

IJsonModel<SampleUtterance>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SampleUtterance>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SampleUtterance>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SampleUtterance>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SampleUtterance>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to