:doc:`Connect <../../connect>` / Client / update_contact_flow_name

************************
update_contact_flow_name
************************



.. py:method:: Connect.Client.update_contact_flow_name(**kwargs)

  

  The name of the flow.

   

  You can also create and update flows using the `Amazon Connect Flow language <https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowName>`_  


  **Request Syntax**
  ::

    response = client.update_contact_flow_name(
        InstanceId='string',
        ContactFlowId='string',
        Name='string',
        Description='string'
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance.

    

  
  :type ContactFlowId: string
  :param ContactFlowId: **[REQUIRED]** 

    The identifier of the flow.

    

  
  :type Name: string
  :param Name: 

    The name of the flow.

    

  
  :type Description: string
  :param Description: 

    The description of the flow.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Connect.Client.exceptions.DuplicateResourceException`

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

  
  *   :py:class:`Connect.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  