DiscoveryNlpResponse 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.
Discovery Nlp response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiscoveryNlpResponseTypeConverter))]
public class DiscoveryNlpResponse : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiscoveryNlpResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiscoveryNlpResponseTypeConverter))>]
type DiscoveryNlpResponse = class
interface IDiscoveryNlpResponse
interface IJsonSerializable
Public Class DiscoveryNlpResponse
Implements IDiscoveryNlpResponse
- Inheritance
-
DiscoveryNlpResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DiscoveryNlpResponse() |
Creates an new DiscoveryNlpResponse instance. |
Properties
| Name | Description |
|---|---|
| Value |
The list of solution metadata. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiscoveryNlpResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiscoveryNlpResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiscoveryNlpResponse. |
| FromJsonString(String) |
Creates a new instance of DiscoveryNlpResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiscoveryNlpResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |