コード例 #1
0
        public void NaturalLanguageUnderstandingV1WithLoadedCredentials_Success()
        {
            NaturalLanguageUnderstandingService service = new NaturalLanguageUnderstandingService("2019-07-12");

            Assert.IsNotNull(service.GetAuthenticator());
        }