Sdílet prostřednictvím


ChatThreadClient.UpdateTopic(String, CancellationToken) Method

Definition

Updates the thread's topic.

public virtual Azure.Response UpdateTopic (string topic, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateTopic : string * System.Threading.CancellationToken -> Azure.Response
override this.UpdateTopic : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function UpdateTopic (topic As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

topic
String

Chat thread topic.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

The server returned an error. See Message for details returned from the server.

Applies to