English, asked by TbiaSamishta, 11 months ago

Select any two phrases that show the contrast between intention and action.

Answers

Answered by brindha05
1

Docs

An action corresponds to the step your application will take when a specific intent has been triggered by a user’s input. Actions can have parameters for extracting information from user requests and will appear in the following format in a JSON response:

   {“action”:”action_name”}

   {“parameter_name”:”parameter_value”}

   {“action”:”action_name”}

   {“parameter_name”:”parameter_value”

Both the action name and its parameters are defined in the Action section of an intent. For example, if you are building an application for sending messages, the Action section would have the name of the action, as well as any automatically defined or manually added parameter values.

Similar questions