Share via

what is the connection name [CONNECTION_NAME ]

DevAsith 51 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

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

Microsoft Copilot | Microsoft 365 Copilot | Development

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.