GoogleCloudRetailV2IntentClassificationConfigInlineForceIntent.fromJson constructor

GoogleCloudRetailV2IntentClassificationConfigInlineForceIntent.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2IntentClassificationConfigInlineForceIntent.fromJson(
  core.Map json_,
) : this(
      intentType: json_['intentType'] as core.String?,
      operation: json_['operation'] as core.String?,
      query: json_['query'] as core.String?,
    );