@@ -652,7 +652,7 @@ def get_conversation_participant_wrapup(self, conversation_id, participant_id, *
652652 :param str conversation_id: conversation ID (required)
653653 :param str participant_id: participant ID (required)
654654 :param bool provisional: Indicates if the wrap-up code is provisional.
655- :return: WrapupCode
655+ :return: AssignedWrapupCode
656656 If the method is called asynchronously,
657657 returns the request thread.
658658 """
@@ -716,7 +716,7 @@ def get_conversation_participant_wrapup(self, conversation_id, participant_id, *
716716 body = body_params ,
717717 post_params = form_params ,
718718 files = local_var_files ,
719- response_type = 'WrapupCode ' ,
719+ response_type = 'AssignedWrapupCode ' ,
720720 auth_settings = auth_settings ,
721721 callback = params .get ('callback' ))
722722 return response
@@ -976,7 +976,7 @@ def get_conversations_call_participant_wrapup(self, conversation_id, participant
976976 :param str conversation_id: conversationId (required)
977977 :param str participant_id: participantId (required)
978978 :param bool provisional: Indicates if the wrap-up code is provisional.
979- :return: Wrapup
979+ :return: AssignedWrapupCode
980980 If the method is called asynchronously,
981981 returns the request thread.
982982 """
@@ -1040,7 +1040,7 @@ def get_conversations_call_participant_wrapup(self, conversation_id, participant
10401040 body = body_params ,
10411041 post_params = form_params ,
10421042 files = local_var_files ,
1043- response_type = 'Wrapup ' ,
1043+ response_type = 'AssignedWrapupCode ' ,
10441044 auth_settings = auth_settings ,
10451045 callback = params .get ('callback' ))
10461046 return response
@@ -1225,7 +1225,7 @@ def get_conversations_callback_participant_wrapup(self, conversation_id, partici
12251225 :param str conversation_id: conversationId (required)
12261226 :param str participant_id: participantId (required)
12271227 :param bool provisional: Indicates if the wrap-up code is provisional.
1228- :return: Wrapup
1228+ :return: AssignedWrapupCode
12291229 If the method is called asynchronously,
12301230 returns the request thread.
12311231 """
@@ -1289,7 +1289,7 @@ def get_conversations_callback_participant_wrapup(self, conversation_id, partici
12891289 body = body_params ,
12901290 post_params = form_params ,
12911291 files = local_var_files ,
1292- response_type = 'Wrapup ' ,
1292+ response_type = 'AssignedWrapupCode ' ,
12931293 auth_settings = auth_settings ,
12941294 callback = params .get ('callback' ))
12951295 return response
@@ -1774,7 +1774,7 @@ def get_conversations_chat_participant_wrapup(self, conversation_id, participant
17741774 :param str conversation_id: conversationId (required)
17751775 :param str participant_id: participantId (required)
17761776 :param bool provisional: Indicates if the wrap-up code is provisional.
1777- :return: Wrapup
1777+ :return: AssignedWrapupCode
17781778 If the method is called asynchronously,
17791779 returns the request thread.
17801780 """
@@ -1838,7 +1838,7 @@ def get_conversations_chat_participant_wrapup(self, conversation_id, participant
18381838 body = body_params ,
18391839 post_params = form_params ,
18401840 files = local_var_files ,
1841- response_type = 'Wrapup ' ,
1841+ response_type = 'AssignedWrapupCode ' ,
18421842 auth_settings = auth_settings ,
18431843 callback = params .get ('callback' ))
18441844 return response
@@ -2095,7 +2095,7 @@ def get_conversations_cobrowsesession_participant_wrapup(self, conversation_id,
20952095 :param str conversation_id: conversationId (required)
20962096 :param str participant_id: participantId (required)
20972097 :param bool provisional: Indicates if the wrap-up code is provisional.
2098- :return: Wrapup
2098+ :return: AssignedWrapupCode
20992099 If the method is called asynchronously,
21002100 returns the request thread.
21012101 """
@@ -2159,7 +2159,7 @@ def get_conversations_cobrowsesession_participant_wrapup(self, conversation_id,
21592159 body = body_params ,
21602160 post_params = form_params ,
21612161 files = local_var_files ,
2162- response_type = 'Wrapup ' ,
2162+ response_type = 'AssignedWrapupCode ' ,
21632163 auth_settings = auth_settings ,
21642164 callback = params .get ('callback' ))
21652165 return response
@@ -2656,7 +2656,7 @@ def get_conversations_email_participant_wrapup(self, conversation_id, participan
26562656 :param str conversation_id: conversationId (required)
26572657 :param str participant_id: participantId (required)
26582658 :param bool provisional: Indicates if the wrap-up code is provisional.
2659- :return: Wrapup
2659+ :return: AssignedWrapupCode
26602660 If the method is called asynchronously,
26612661 returns the request thread.
26622662 """
@@ -2720,7 +2720,7 @@ def get_conversations_email_participant_wrapup(self, conversation_id, participan
27202720 body = body_params ,
27212721 post_params = form_params ,
27222722 files = local_var_files ,
2723- response_type = 'Wrapup ' ,
2723+ response_type = 'AssignedWrapupCode ' ,
27242724 auth_settings = auth_settings ,
27252725 callback = params .get ('callback' ))
27262726 return response
@@ -3061,7 +3061,7 @@ def get_conversations_message_participant_wrapup(self, conversation_id, particip
30613061 :param str conversation_id: conversationId (required)
30623062 :param str participant_id: participantId (required)
30633063 :param bool provisional: Indicates if the wrap-up code is provisional.
3064- :return: Wrapup
3064+ :return: AssignedWrapupCode
30653065 If the method is called asynchronously,
30663066 returns the request thread.
30673067 """
@@ -3125,7 +3125,7 @@ def get_conversations_message_participant_wrapup(self, conversation_id, particip
31253125 body = body_params ,
31263126 post_params = form_params ,
31273127 files = local_var_files ,
3128- response_type = 'Wrapup ' ,
3128+ response_type = 'AssignedWrapupCode ' ,
31293129 auth_settings = auth_settings ,
31303130 callback = params .get ('callback' ))
31313131 return response
0 commit comments