
Ultimate access to all questions.
You have deployed a language understanding model and want to consume it from a client application. Which of the following approaches would you use to achieve this?
A
Directly integrate the model into the client application using its API.
B
Create a separate service that interacts with the model and exposes its functionality to the client application.
C
Use a third-party library to interact with the model and integrate it into the client application.
D
Manually parse the model's output and implement the logic to handle user intents and entities in the client application.