ConversationsSendConversationHistoryResponse type
Contains response data for the sendConversationHistory operation.
type ConversationsSendConversationHistoryResponse = ResourceResponse & {
_response: HttpResponse & {
bodyAsText: string,
parsedBody: ResourceResponse,
},
}