Interface protos.google.cloud.dialogflow.v2.Fulfillment.IGenericWebService (4.2.0)

Properties of a GenericWebService.

Package

@google-cloud/dialogflow!

Properties

isCloudFunction

isCloudFunction?: (boolean|null);

GenericWebService isCloudFunction

Property Value
TypeDescription
(boolean|null)

password

password?: (string|null);

GenericWebService password

Property Value
TypeDescription
(string|null)

requestHeaders

requestHeaders?: ({ [k: string]: string }|null);

GenericWebService requestHeaders

Property Value
TypeDescription
({ [k: string]: string }|null)

uri

uri?: (string|null);

GenericWebService uri

Property Value
TypeDescription
(string|null)

username

username?: (string|null);

GenericWebService username

Property Value
TypeDescription
(string|null)