Uses of Class
com.mypurecloud.sdk.v2.model.DialogflowCXAgent
Packages that use DialogflowCXAgent
-
Uses of DialogflowCXAgent in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DialogflowCXAgentModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechDialogflowcxAgent(GetIntegrationsSpeechDialogflowcxAgentRequest request) Get details about a Dialogflow CX agentIntegrationsApi.getIntegrationsSpeechDialogflowcxAgent(String agentId) Get details about a Dialogflow CX agentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type DialogflowCXAgentModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsSpeechDialogflowcxAgent(ApiRequest<Void> request) Get details about a Dialogflow CX agentIntegrationsApiAsync.getIntegrationsSpeechDialogflowcxAgentAsync(GetIntegrationsSpeechDialogflowcxAgentRequest request, AsyncApiCallback<DialogflowCXAgent> callback) Get details about a Dialogflow CX agentIntegrationsApiAsync.getIntegrationsSpeechDialogflowcxAgentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DialogflowCXAgent>> callback) Get details about a Dialogflow CX agentIntegrationsApi.getIntegrationsSpeechDialogflowcxAgentWithHttpInfo(String agentId) Get details about a Dialogflow CX agentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type DialogflowCXAgentModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsSpeechDialogflowcxAgentAsync(GetIntegrationsSpeechDialogflowcxAgentRequest request, AsyncApiCallback<DialogflowCXAgent> callback) Get details about a Dialogflow CX agentIntegrationsApiAsync.getIntegrationsSpeechDialogflowcxAgentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DialogflowCXAgent>> callback) Get details about a Dialogflow CX agent -
Uses of DialogflowCXAgent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialogflowCXAgentModifier and TypeMethodDescriptionDialogflowCXAgent.environments(List<DialogflowCXEnvironment> environments) Available environments for this CX agent.DialogflowCXAgent.integration(DomainEntityRef integration) The Integration this Dialogflow CX agent was referenced from.The supported languages of the Dialogflow CX agent.DialogflowCXAgent.project(DialogflowCXProject project) The project this Dialogflow CX agent belongs to.