# Bot Examples

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/amazon-lex-developer-guide.git)
{% endhint %}

## Schedule Appointment

* **Note**\
  In this example, we show how to use response cards. The Lambda function constructs and returns a response card to Amazon Lex. The response card lists available days and times as buttons to choose from. When testing the bot using the client provided by the Amazon Lex console, you cannot see the response card. To see it, you must integrate the bot with a messaging platform, such as Facebook Messenger. For instructions, see [Integrating an Amazon Lex Bot with Facebook Messenger](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_lex/fb-bot-association.md). For more information about response cards, see [Managing Messages ](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_lex/howitworks-manage-prompts.md).

## Updating Utterances

* **Note**\
  Utterance statistics are generated once a day. You can see the utterance that was not recognized, how many times it was heard, and the last date and time that the utterance was heard. It can take up to 24 hours for missed utterances to appear in the console.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://awsnotes.dendron.so/machine-learning/amazon-lex/topics/bot-examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
