DialogServiceConfig class
대화 상자 서비스 커넥터에 대한 기본 구성을 정의하는 클래스
속성
application |
해당 백 엔드 애플리케이션 식별자를 설정합니다. |
Dialog |
|
speech |
구성된 언어를 반환합니다. |
메서드
get |
임의 속성의 현재 값을 반환합니다. |
set |
임의의 속성을 설정합니다. |
set |
프록시 구성을 설정합니다. Node.js 환경에서만 관련됩니다. 버전 1.4.0에 추가되었습니다. |
set |
프록시 구성을 설정합니다. Node.js 환경에서만 관련됩니다. 버전 1.4.0에 추가되었습니다. |
set |
속성 세부 정보
applicationId
해당 백 엔드 애플리케이션 식별자를 설정합니다.
void applicationId
속성 값
void
DialogTypes
static { BotFramework: string, CustomCommands: string } DialogTypes
속성 값
{ BotFramework: string, CustomCommands: string }
speechRecognitionLanguage
구성된 언어를 반환합니다.
string speechRecognitionLanguage
속성 값
string
메서드 세부 정보
getProperty(string | PropertyId, string)
임의 속성의 현재 값을 반환합니다.
function getProperty(name: string | PropertyId, def?: string): string
매개 변수
- name
-
string | PropertyId
쿼리할 속성의 이름입니다.
- def
-
string
속성을 알 수 없는 경우 반환할 값입니다.
반환
string
지정된 속성의 현재 값 또는 제공된 기본값입니다.
setProperty(string | PropertyId, string)
임의의 속성을 설정합니다.
function setProperty(name: string | PropertyId, value: string)
매개 변수
- name
-
string | PropertyId
설정할 속성의 이름입니다.
- value
-
string
속성의 새 값입니다.
setProxy(string, number)
프록시 구성을 설정합니다. Node.js 환경에서만 관련됩니다. 버전 1.4.0에 추가되었습니다.
function setProxy(proxyHostName: string, proxyPort: number)
매개 변수
- proxyHostName
-
string
프록시 서버의 호스트 이름입니다.
- proxyPort
-
number
프록시 서버의 포트 번호입니다.
setProxy(string, number, string, string)
프록시 구성을 설정합니다. Node.js 환경에서만 관련됩니다. 버전 1.4.0에 추가되었습니다.
function setProxy(proxyHostName: string, proxyPort: number, proxyUserName: string, proxyPassword: string)
매개 변수
- proxyHostName
-
string
프로토콜 구성표가 없는 프록시 서버의 호스트 이름(http://)
- proxyPort
-
number
- proxyUserName
-
string
프록시 서버의 사용자 이름입니다.
- proxyPassword
-
string
프록시 서버의 암호입니다.
setServiceProperty(string, string, UriQueryParameter)
function setServiceProperty(name: string, value: string, channel: UriQueryParameter)
매개 변수
- name
-
string
- value
-
string
- channel
- UriQueryParameter