DiscoveryNlpRequest Class

Definition

Discover NLP request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiscoveryNlpRequestTypeConverter))]
public class DiscoveryNlpRequest : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiscoveryNlpRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiscoveryNlpRequestTypeConverter))>]
type DiscoveryNlpRequest = class
    interface IDiscoveryNlpRequest
    interface IJsonSerializable
Public Class DiscoveryNlpRequest
Implements IDiscoveryNlpRequest
Inheritance
DiscoveryNlpRequest
Attributes
Implements

Constructors

Name Description
DiscoveryNlpRequest()

Creates an new DiscoveryNlpRequest instance.

Properties

Name Description
AdditionalContext

Additional information in the form of a string.

IssueSummary

Describe the issue with the affected resource.

ResourceId

Provide resourceId of affected resource

ServiceId

Service Classification id for the resource. You can find required serviceId from Services API: https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP Service Id is the GUID which can be found under name field in Services List response

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiscoveryNlpRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiscoveryNlpRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiscoveryNlpRequest.

FromJsonString(String)

Creates a new instance of DiscoveryNlpRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiscoveryNlpRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to