:doc:`LexModelsV2 <../../lexv2-models>` / Client / describe_intent

***************
describe_intent
***************



.. py:method:: LexModelsV2.Client.describe_intent(**kwargs)

  

  Returns metadata about an intent.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DescribeIntent>`_  


  **Request Syntax**
  ::

    response = client.describe_intent(
        intentId='string',
        botId='string',
        botVersion='string',
        localeId='string'
    )
    
  :type intentId: string
  :param intentId: **[REQUIRED]** 

    The identifier of the intent to describe.

    

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

    The identifier of the bot associated with the intent.

    

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

    The version of the bot associated with the intent.

    

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

    The identifier of the language and locale of the intent to describe. The string must match one of the supported locales. For more information, see `Supported languages <https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html>`__.

    

  
  
  :rtype: dict
  :returns: 
    

    **Response Syntax**
    ::

        # This section is too large to render.
        # Please see the AWS API Documentation linked below.

    `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DescribeIntent>`_


    

    **Response Structure**
    ::

        # This section is too large to render.
        # Please see the AWS API Documentation linked below.

    `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DescribeIntent>`_


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

  
  *   :py:class:`LexModelsV2.Client.exceptions.ServiceQuotaExceededException`

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

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

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

  