次の方法で共有


HttpRequestConfiguration interface

Extends

DialogConfiguration

プロパティ

body
contentType
disabled
headers
method
responseType
resultProperty
url

継承されたプロパティ

id

ダイアログの静的 ID。

telemetryClient

ダイアログで使用するテレメトリ クライアント。

プロパティの詳細

body

body?: UnknownProperty

プロパティ値

contentType

contentType?: StringProperty

プロパティ値

disabled

disabled?: BoolProperty

プロパティ値

headers

headers?: HeadersInput | HeadersOutput

プロパティ値

method

method?: HttpMethod

プロパティ値

responseType

responseType?: EnumProperty<ResponsesTypes>

プロパティ値

resultProperty

resultProperty: StringProperty

プロパティ値

url

url?: StringProperty

プロパティ値

継承されたプロパティの詳細

id

ダイアログの静的 ID。

id?: string

プロパティ値

string

DialogConfiguration.id から継承された

telemetryClient

ダイアログで使用するテレメトリ クライアント。

telemetryClient?: BotTelemetryClient

プロパティ値

BotTelemetryClient

DialogConfiguration.telemetryClient から継承された