what is the connection name [CONNECTION_NAME ]

DevAsith 41 Reputation points
2024-07-05T08:31:30.62+00:00

what is the connection Name defining in this sample. how can I set value for this property?

namespace MsgExtProductSupportSSOCSharp
{
    public class ConfigOptions
    {
        public string BOT_ID { get; set; }
        public string BOT_PASSWORD { get; set; }
        public string SPO_HOSTNAME { get; set; }
        public string SPO_SITE_URL { get; set; }
        public string CONNECTION_NAME { get; set; }
    }
}

https://github.com/OfficeDev/Copilot-for-M365-Samples/blob/main/samples/msgext-product-support-sso-csharp/Config.cs#L9

https://github.com/OfficeDev/Copilot-for-M365-Samples/blob/bbeb4302182bbd9d739d342e7d2f29fe919d7552/samples/msgext-product-support-sso-csharp/Bot/TeamsMessageExtension.cs#L22

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,014 questions
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365: Microsoft 365 Copilot refers collectively to Copilot experiences within Microsoft 365 applications.Development: The process of researching, productizing, and refining new or existing technologies.
86 questions
{count} votes