genericWebService

@JvmName(name = "olbfngnmlrjpbnpe")
suspend fun genericWebService(value: Output<FulfillmentGenericWebServiceArgs>)
@JvmName(name = "heilcbrqfwwjkmrs")
suspend fun genericWebService(value: FulfillmentGenericWebServiceArgs?)

Parameters

value

Represents configuration for a generic web service. Dialogflow supports two mechanisms for authentications: - Basic authentication with username and password. - Authentication with additional authentication headers. Structure is documented below.


@JvmName(name = "mojmmvijjcfeorng")
suspend fun genericWebService(argument: suspend FulfillmentGenericWebServiceArgsBuilder.() -> Unit)

Parameters

argument

Represents configuration for a generic web service. Dialogflow supports two mechanisms for authentications: - Basic authentication with username and password. - Authentication with additional authentication headers. Structure is documented below.