Share via


ResponseConversation1 Constructors

Definition

Overloads

Name Description
ResponseConversation1()

Initializes a new instance of ResponseConversation1 for deserialization.

ResponseConversation1(String)

Initializes a new instance of ResponseConversation1.

ResponseConversation1(String, IDictionary<String,BinaryData>)

Initializes a new instance of ResponseConversation1.

ResponseConversation1()

Source:
ResponseConversation.cs

Initializes a new instance of ResponseConversation1 for deserialization.

public ResponseConversation1();
Public Sub New ()

Applies to

ResponseConversation1(String)

Source:
ResponseConversation.cs

Initializes a new instance of ResponseConversation1.

public ResponseConversation1(string id);
new Azure.AI.AgentServer.Contracts.Generated.Conversations.ResponseConversation1 : string -> Azure.AI.AgentServer.Contracts.Generated.Conversations.ResponseConversation1
Public Sub New (id As String)

Parameters

id
String

Exceptions

id is null.

Applies to

ResponseConversation1(String, IDictionary<String,BinaryData>)

Source:
ResponseConversation.cs

Initializes a new instance of ResponseConversation1.

public ResponseConversation1(string id, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.Conversations.ResponseConversation1 : string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.Conversations.ResponseConversation1
Public Sub New (id As String, serializedAdditionalRawData As IDictionary(Of String, BinaryData))

Parameters

id
String
serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to