├── .gitattributes ├── LICENSE ├── README.md ├── images ├── buster-bot-sample.png ├── pva-to-aoai-architecture.png └── pva-to-aoai-flow-placeholders.png ├── solution-file-history └── PVAtoOpenAI-1.0.0.0.zip └── src └── PVAtoOpenAI ├── Assets └── botcomponent_workflowset.xml ├── Other ├── Customizations.xml └── Solution.xml ├── Workflows ├── HelpfromChatGPTwithChatHistory-B9074813-C8E3-ED11-A7C7-000D3A8B7840.json └── HelpfromChatGPTwithChatHistory-B9074813-C8E3-ED11-A7C7-000D3A8B7840.json.data.xml ├── botcomponents ├── cr705_sampleBuster.topic.ConversationStart │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.EndofConversation │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.Escalate │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.Fallback │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.Goodbye │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.Greeting │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.Lesson1 │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.Lesson2 │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.Lesson3 │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.MultipleTopicsMatched │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.OnError │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.ResetConversation │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.Signin │ ├── botcomponent.xml │ └── data ├── cr705_sampleBuster.topic.StartOver │ ├── botcomponent.xml │ └── data └── cr705_sampleBuster.topic.ThankYou │ ├── botcomponent.xml │ └── data └── bots └── cr705_sampleBuster ├── bot.xml └── configuration.json /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/README.md -------------------------------------------------------------------------------- /images/buster-bot-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/images/buster-bot-sample.png -------------------------------------------------------------------------------- /images/pva-to-aoai-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/images/pva-to-aoai-architecture.png -------------------------------------------------------------------------------- /images/pva-to-aoai-flow-placeholders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/images/pva-to-aoai-flow-placeholders.png -------------------------------------------------------------------------------- /solution-file-history/PVAtoOpenAI-1.0.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/solution-file-history/PVAtoOpenAI-1.0.0.0.zip -------------------------------------------------------------------------------- /src/PVAtoOpenAI/Assets/botcomponent_workflowset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/Assets/botcomponent_workflowset.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/Other/Customizations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/Other/Customizations.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/Other/Solution.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/Other/Solution.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/Workflows/HelpfromChatGPTwithChatHistory-B9074813-C8E3-ED11-A7C7-000D3A8B7840.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/Workflows/HelpfromChatGPTwithChatHistory-B9074813-C8E3-ED11-A7C7-000D3A8B7840.json -------------------------------------------------------------------------------- /src/PVAtoOpenAI/Workflows/HelpfromChatGPTwithChatHistory-B9074813-C8E3-ED11-A7C7-000D3A8B7840.json.data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/Workflows/HelpfromChatGPTwithChatHistory-B9074813-C8E3-ED11-A7C7-000D3A8B7840.json.data.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ConversationStart/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ConversationStart/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ConversationStart/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ConversationStart/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.EndofConversation/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.EndofConversation/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.EndofConversation/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.EndofConversation/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Escalate/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Escalate/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Escalate/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Escalate/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Fallback/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Fallback/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Fallback/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Fallback/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Goodbye/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Goodbye/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Goodbye/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Goodbye/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Greeting/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Greeting/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Greeting/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Greeting/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson1/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson1/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson1/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson1/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson2/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson2/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson2/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson2/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson3/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson3/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson3/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Lesson3/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.MultipleTopicsMatched/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.MultipleTopicsMatched/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.MultipleTopicsMatched/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.MultipleTopicsMatched/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.OnError/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.OnError/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.OnError/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.OnError/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ResetConversation/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ResetConversation/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ResetConversation/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ResetConversation/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Signin/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Signin/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Signin/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.Signin/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.StartOver/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.StartOver/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.StartOver/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.StartOver/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ThankYou/botcomponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ThankYou/botcomponent.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ThankYou/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/botcomponents/cr705_sampleBuster.topic.ThankYou/data -------------------------------------------------------------------------------- /src/PVAtoOpenAI/bots/cr705_sampleBuster/bot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/bots/cr705_sampleBuster/bot.xml -------------------------------------------------------------------------------- /src/PVAtoOpenAI/bots/cr705_sampleBuster/configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathyousee/power-platform-chatGPT/HEAD/src/PVAtoOpenAI/bots/cr705_sampleBuster/configuration.json --------------------------------------------------------------------------------