You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cognitivelanguage/Azure.AI.Language.Conversations/api/Azure.AI.Language.Conversations.netstandard2.0.cs
/// [Protocol Method] Submits an analysis long running operation for conversations and return the response once processed.
85
-
/// <list type="bullet">
86
-
/// <item>
87
-
/// <description>
88
-
/// This <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/ProtocolMethods.md">protocol method</see> allows explicit creation of the request and processing of the response for advanced scenarios.
89
-
/// </description>
90
-
/// </item>
91
-
/// <item>
92
-
/// <description>
93
-
/// Please try the simpler <see cref="AnalyzeConversations(AnalyzeConversationOperationInput,CancellationToken)"/> convenience overload with strongly typed models first.
94
-
/// </description>
95
-
/// </item>
96
-
/// </list>
97
67
/// </summary>
98
-
/// <param name="waitUntil"> <see cref="WaitUntil.Completed"/> if the method should wait to return until the long-running operation has completed on the service; <see cref="WaitUntil.Started"/> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
68
+
/// <param name="waitUntil"> <see cref="WaitUntil.Completed"/> if the method should wait to return until the long-running operation has completed on the service; <see cref="WaitUntil.Started"/> if it should return after starting the operation. </param>
99
69
/// <param name="content"> The content to send as the body of the request. </param>
100
70
/// <param name="context"> The request context, which can override default behaviors of the client pipeline on a per-call basis. </param>
101
71
/// <exception cref="ArgumentNullException"> <paramref name="content"/> is null. </exception>
102
72
/// <exception cref="RequestFailedException"> Service returned a non-success status code. </exception>
103
-
/// <returns> The <see cref="Operation"/> representing an asynchronous operation on the service. </returns>
73
+
/// <returns> The <see cref="Operation{T}"/> representing an asynchronous operation on the service. </returns>
@@ -120,34 +92,24 @@ public virtual Operation<BinaryData> AnalyzeConversations(WaitUntil waitUntil, R
120
92
121
93
/// <summary>
122
94
/// [Protocol Method] Submits an analysis long running operation for conversations and return the response once processed.
123
-
/// <list type="bullet">
124
-
/// <item>
125
-
/// <description>
126
-
/// This <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/ProtocolMethods.md">protocol method</see> allows explicit creation of the request and processing of the response for advanced scenarios.
127
-
/// </description>
128
-
/// </item>
129
-
/// <item>
130
-
/// <description>
131
-
/// Please try the simpler <see cref="AnalyzeConversationsAsync(AnalyzeConversationOperationInput,CancellationToken)"/> convenience overload with strongly typed models first.
132
-
/// </description>
133
-
/// </item>
134
-
/// </list>
135
95
/// </summary>
136
-
/// <param name="waitUntil"> <see cref="WaitUntil.Completed"/> if the method should wait to return until the long-running operation has completed on the service; <see cref="WaitUntil.Started"/> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
96
+
/// <param name="waitUntil"> <see cref="WaitUntil.Completed"/> if the method should wait to return until the long-running operation has completed on the service; <see cref="WaitUntil.Started"/> if it should return after starting the operation. </param>
137
97
/// <param name="content"> The content to send as the body of the request. </param>
138
98
/// <param name="context"> The request context, which can override default behaviors of the client pipeline on a per-call basis. </param>
139
99
/// <exception cref="ArgumentNullException"> <paramref name="content"/> is null. </exception>
140
100
/// <exception cref="RequestFailedException"> Service returned a non-success status code. </exception>
141
-
/// <returns> The <see cref="Operation"/> representing an asynchronous operation on the service. </returns>
101
+
/// <returns> The <see cref="Operation{T}"/> representing an asynchronous operation on the service. </returns>
0 commit comments