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

***************
describe_prompt
***************



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

  

  Describes the prompt.

  

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


  **Request Syntax**
  ::

    response = client.describe_prompt(
        InstanceId='string',
        PromptId='string'
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

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

    A unique identifier for the prompt.

    

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

    
    ::

      {
          'Prompt': {
              'PromptARN': 'string',
              'PromptId': 'string',
              'Name': 'string',
              'Description': 'string',
              'Tags': {
                  'string': 'string'
              },
              'LastModifiedTime': datetime(2015, 1, 1),
              'LastModifiedRegion': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Prompt** *(dict) --* 

        Information about the prompt.

        
        

        - **PromptARN** *(string) --* 

          The Amazon Resource Name (ARN) of the prompt.

          
        

        - **PromptId** *(string) --* 

          A unique identifier for the prompt.

          
        

        - **Name** *(string) --* 

          The name of the prompt.

          
        

        - **Description** *(string) --* 

          The description of the prompt.

          
        

        - **Tags** *(dict) --* 

          The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

          
          

          - *(string) --* 
            

            - *(string) --* 
      
    
        

        - **LastModifiedTime** *(datetime) --* 

          The timestamp when this resource was last modified.

          
        

        - **LastModifiedRegion** *(string) --* 

          The Amazon Web Services Region where this resource was last modified.

          
    
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

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

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

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

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

  