Select any two praise that shows the contract between intention and action
Answers
Answered by
0
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.
Read more on Brainly.in - https://brainly.in/question/4760128#readmore
Similar questions