HttpRequestConfiguration interface

Extends

DialogConfiguration

Properties

body
contentType
disabled
headers
method
responseType
resultProperty
url

Inherited Properties

id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

body

body?: UnknownProperty

Property Value

contentType

contentType?: StringProperty

Property Value

disabled

disabled?: BoolProperty

Property Value

headers

headers?: HeadersInput | HeadersOutput

Property Value

method

method?: HttpMethod

Property Value

responseType

responseType?: EnumProperty<ResponsesTypes>

Property Value

resultProperty

resultProperty: StringProperty

Property Value

url

url?: StringProperty

Property Value

Inherited Property Details

id

Static id of the dialog.

id?: string

Property Value

string

Inherited From DialogConfiguration.id

telemetryClient

Telemetry client the dialog should use.

telemetryClient?: BotTelemetryClient

Property Value

BotTelemetryClient

Inherited From DialogConfiguration.telemetryClient