예제 #1
0
 /// <summary>
 /// Fetches a conversation's history of messages and events.
 /// </summary>
 public Task <ConversationsHistoryResponse> HistoryAsync(ConversationsHistory conversationsHistory)
 => SendGetAsync <ConversationsHistory, ConversationsHistoryResponse>("history", conversationsHistory);
예제 #2
0
 /// <inheritdoc cref="ConversationsClient.HistoryAsync(ConversationsHistory)"/>
 public Task <ConversationsHistoryResponse> ConversationsHistoryAsync(ConversationsHistory conversationsHistory)
 => Conversations.HistoryAsync(conversationsHistory);