kind: AdaptiveDialog
beginDialog:
  kind: OnConversationStart
  id: main
  actions:
    - kind: SendActivity
      id: sendMessage_M0LuhV
      activity:
        speak:
          - Hello and thank you for calling {System.Bot.Name}. Please note that some responses are generated by AI and may require verification for accuracy. How may I help you today?
        attachments:
          - kind: AdaptiveCardTemplate
            cardContent: |-
              {
                "type": "AdaptiveCard",
                "$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
                "version": "1.5",
                "body": [
                  {
                    "type": "ColumnSet",
                    "spacing": "Medium",
                    "columns": [
                      {
                        "type": "Column",
                        "width": "auto",
                        "verticalContentAlignment": "Center",
                        "items": [
                          {
                            "type": "Image",
                            "url": "https://app.fireraven.ai/favicon.ico",
                            "size": "Small"
                          }
                        ]
                      },
                      {
                        "type": "Column",
                        "width": "stretch",
                        "verticalContentAlignment": "Center",
                        "items": [
                          {
                            "type": "TextBlock",
                            "text": "Conversation secured by **[Fireraven](https://fireraven.ai)**",
                            "weight": "Bolder",
                            "color": "Accent"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }