Share via


DiscoveryNlpContent Class

Definition

Discover NLP request.

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

Constructors

DiscoveryNlpContent(String)

Initializes a new instance of DiscoveryNlpContent.

Properties

AdditionalContext

Additional information in the form of a string.

IssueSummary

Natural language description of the issue.

ResourceId

ARM resource Id of the resource that is having the issue.

ServiceId

ARM service Id of the service that is having the issue. For more information on service Id see https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP.

Explicit Interface Implementations

IJsonModel<DiscoveryNlpContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiscoveryNlpContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiscoveryNlpContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiscoveryNlpContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiscoveryNlpContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to