v1ConvaiConversationsConversationIdFeedbackPost method

Future<Response> v1ConvaiConversationsConversationIdFeedbackPost({
  1. required String? conversationId,
  2. required BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost? body,
})

Send Conversation Feedback @param conversation_id The id of the conversation you're taking the action on.

Implementation

Future<chopper.Response> v1ConvaiConversationsConversationIdFeedbackPost({
  required String? conversationId,
  required BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost?
  body,
}) {
  return _v1ConvaiConversationsConversationIdFeedbackPost(
    conversationId: conversationId,
    body: body,
  );
}