diff --git a/zh-cn/application-dev/reference/apis/js-apis-app-ability-insightIntentDriver.md b/zh-cn/application-dev/reference/apis/js-apis-app-ability-insightIntentDriver.md index 9fd65cad3da77f4159123e529a05b8f3ad6b9dad..21c26d2d982ebded9c0390d3fe14061ea6001507 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-app-ability-insightIntentDriver.md +++ b/zh-cn/application-dev/reference/apis/js-apis-app-ability-insightIntentDriver.md @@ -28,7 +28,7 @@ import insightIntentDriver from '@ohos.app.ability.insightIntentDriver'; | moduleName | string | 是 | 意图调用Ability所属的模块名称。 | | abilityName | string | 是 | 意图调用Ability名称。 | | insightIntentName | string | 是 | 意图调用名称。 | -| insightIntentParam | string | 是 | 意图调用参数。 | +| insightIntentParam | Record | 是 | 意图调用参数。 | | executeMode | [insightIntent.ExecuteMode](js-apis-app-ability-insightIntent.md#executemode) | 是 | 意图调用执行模式。 | ## insightIntentDriver.execute