Esempio n. 1
0
 /// <summary>
 /// Sets the topic for a conversation.
 /// </summary>
 public Task <ConversationResponse> SetTopicAsync(ConversationTopicRequest conversationTopicRequest)
 => SendPostFormUrlEncodedAsync <ConversationTopicRequest, ConversationResponse>("setTopic", conversationTopicRequest);
Esempio n. 2
0
 /// <inheritdoc cref="ConversationsClient.SetTopicAsync(ConversationTopicRequest)"/>
 public Task <ConversationResponse> SetConversationTopicAsync(ConversationTopicRequest conversationTopicRequest)
 => Conversations.SetTopicAsync(conversationTopicRequest);