SampleUtterance Class

Definition

Sample utterance. Serialized Name: 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
    interface IJsonModel<SampleUtterance>
    interface IPersistableModel<SampleUtterance>
Public Class SampleUtterance
Implements IJsonModel(Of SampleUtterance), IPersistableModel(Of SampleUtterance)
Inheritance
SampleUtterance
Implements

Constructors

Name Description
SampleUtterance()

Initializes a new instance of SampleUtterance.

Properties

Name Description
Links

Links attribute of sample utterance. Serialized Name: SampleUtterance.links

Qid

Question id of sample utterance (for stackoverflow questions titles). Serialized Name: SampleUtterance.qid

Text

Text attribute of sample utterance. Serialized Name: SampleUtterance.text

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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