Uses of Class
com.mypurecloud.sdk.v2.model.DialogflowAgent
Packages that use DialogflowAgent
-
Uses of DialogflowAgent in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DialogflowAgentModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechDialogflowAgent(GetIntegrationsSpeechDialogflowAgentRequest request) Get details about a Dialogflow agentIntegrationsApi.getIntegrationsSpeechDialogflowAgent(String agentId) Get details about a Dialogflow agentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type DialogflowAgentModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechDialogflowAgent(ApiRequest<Void> request) Get details about a Dialogflow agentIntegrationsApiAsync.getIntegrationsSpeechDialogflowAgentAsync(GetIntegrationsSpeechDialogflowAgentRequest request, AsyncApiCallback<DialogflowAgent> callback) Get details about a Dialogflow agentIntegrationsApiAsync.getIntegrationsSpeechDialogflowAgentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DialogflowAgent>> callback) Get details about a Dialogflow agentIntegrationsApi.getIntegrationsSpeechDialogflowAgentWithHttpInfo(String agentId) Get details about a Dialogflow agentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type DialogflowAgentModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechDialogflowAgentAsync(GetIntegrationsSpeechDialogflowAgentRequest request, AsyncApiCallback<DialogflowAgent> callback) Get details about a Dialogflow agentIntegrationsApiAsync.getIntegrationsSpeechDialogflowAgentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DialogflowAgent>> callback) Get details about a Dialogflow agent -
Uses of DialogflowAgent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialogflowAgentModifier and TypeMethodDescriptionDialogflowAgent.environments(List<String> environments) Available environments for this agentDialogflowAgent.integration(DomainEntityRef integration) The Integration this Dialogflow agent was referenced from.DialogflowAgent.intents(List<DialogflowIntent> intents) An array of Intents associated with this agentThe supported languages of the Dialogflow agentDialogflowAgent.project(DialogflowProject project) The project this Dialogflow agent belongs to