Condividi tramite


SuggestRelationshipLinksResponse Class

Definition

The response of suggest relationship links operation.

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

Properties

InteractionName

The interaction name.

SuggestedRelationships

Suggested relationships for the type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SuggestRelationshipLinksResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SuggestRelationshipLinksResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SuggestRelationshipLinksResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SuggestRelationshipLinksResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SuggestRelationshipLinksResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to