SampleUtterance 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.
Sample utterance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SampleUtteranceTypeConverter))]
public class SampleUtterance : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISampleUtterance
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SampleUtteranceTypeConverter))>]
type SampleUtterance = class
interface ISampleUtterance
interface IJsonSerializable
Public Class SampleUtterance
Implements ISampleUtterance
- Inheritance
-
SampleUtterance
- Attributes
- Implements
Constructors
SampleUtterance() |
Creates an new SampleUtterance instance. |
Properties
Link |
Links attribute of sample utterance. |
Qid |
Question id of sample utterance (for stackoverflow questions titles). |
Text |
Text attribute of sample utterance. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SampleUtterance. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SampleUtterance. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISampleUtterance. |
FromJsonString(String) |
Creates a new instance of SampleUtterance, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SampleUtterance into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |