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

*************
describe_slot
*************



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

  

  Gets metadata information about a slot.

  

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


  **Request Syntax**
  ::

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

    The unique identifier for the slot.

    

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

    The identifier of the bot associated with the slot.

    

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

    The version of the bot associated with the slot.

    

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

    The identifier of the language and locale of the slot 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>`__.

    

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

    The identifier of the intent that contains the slot.

    

  
  
  :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/DescribeSlot>`_


    

    **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/DescribeSlot>`_


    
  **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`

  