C# 클래스 LuisTalk.Models.Services.LuisResult

파일 보기 프로젝트 열기: evgri243/pubic-demos

공개 메소드들

메소드 설명
FromLuisResponse ( LuisResponse response ) : LuisResult
LuisResult ( string intent, string>.Dictionary entities ) : System

메소드 상세

FromLuisResponse() 공개 정적인 메소드

public static FromLuisResponse ( LuisResponse response ) : LuisResult
response LuisResponse
리턴 LuisResult

LuisResult() 공개 메소드

public LuisResult ( string intent, string>.Dictionary entities ) : System
intent string
entities string>.Dictionary
리턴 System