GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig.fromJson constructor
GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig.fromJson(
core.Map json_,
) : this(
genericWebService:
json_.containsKey('genericWebService')
? GoogleCloudDialogflowCxV3WebhookGenericWebService.fromJson(
json_['genericWebService']
as core.Map<core.String, core.dynamic>,
)
: null,
service: json_['service'] as core.String?,
);