:doc:`PinpointSMSVoiceV2 <../../pinpoint-sms-voice-v2>` / Client / set_default_message_feedback_enabled

************************************
set_default_message_feedback_enabled
************************************



.. py:method:: PinpointSMSVoiceV2.Client.set_default_message_feedback_enabled(**kwargs)

  

  Sets a configuration set's default for message feedback.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/SetDefaultMessageFeedbackEnabled>`_  


  **Request Syntax**
  ::

    response = client.set_default_message_feedback_enabled(
        ConfigurationSetName='string',
        MessageFeedbackEnabled=True|False
    )
    
  :type ConfigurationSetName: string
  :param ConfigurationSetName: **[REQUIRED]** 

    The name of the configuration set to use. This can be either the ConfigurationSetName or ConfigurationSetArn.

    

  
  :type MessageFeedbackEnabled: boolean
  :param MessageFeedbackEnabled: **[REQUIRED]** 

    Set to true to enable message feedback.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ConfigurationSetArn': 'string',
          'ConfigurationSetName': 'string',
          'MessageFeedbackEnabled': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ConfigurationSetArn** *(string) --* 

        The arn of the configuration set.

        
      

      - **ConfigurationSetName** *(string) --* 

        The name of the configuration.

        
      

      - **MessageFeedbackEnabled** *(boolean) --* 

        True if message feedback is enabled.

        
  
  **Exceptions**
  
  *   :py:class:`PinpointSMSVoiceV2.Client.exceptions.ThrottlingException`

  
  *   :py:class:`PinpointSMSVoiceV2.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`PinpointSMSVoiceV2.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`PinpointSMSVoiceV2.Client.exceptions.ValidationException`

  
  *   :py:class:`PinpointSMSVoiceV2.Client.exceptions.InternalServerException`

  