Uses of Class
com.mypurecloud.sdk.v2.model.LanguageSupportResponse
Packages that use LanguageSupportResponse
-
Uses of LanguageSupportResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LanguageSupportResponseModifier and TypeMethodDescriptionAgentCopilotApi.getAssistantsCopilotFeaturesupport(GetAssistantsCopilotFeaturesupportRequest request) Get information about the support of features for all the languages or only for a certain language.AgentCopilotApi.getAssistantsCopilotFeaturesupport(String language) Get information about the support of features for all the languages or only for a certain language.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type LanguageSupportResponseModifier and TypeMethodDescriptionAgentCopilotApi.getAssistantsCopilotFeaturesupport(ApiRequest<Void> request) Get information about the support of features for all the languages or only for a certain language.AgentCopilotApiAsync.getAssistantsCopilotFeaturesupportAsync(GetAssistantsCopilotFeaturesupportRequest request, AsyncApiCallback<LanguageSupportResponse> callback) Get information about the support of features for all the languages or only for a certain language.AgentCopilotApiAsync.getAssistantsCopilotFeaturesupportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LanguageSupportResponse>> callback) Get information about the support of features for all the languages or only for a certain language.AgentCopilotApi.getAssistantsCopilotFeaturesupportWithHttpInfo(String language) Get information about the support of features for all the languages or only for a certain language.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type LanguageSupportResponseModifier and TypeMethodDescriptionAgentCopilotApiAsync.getAssistantsCopilotFeaturesupportAsync(GetAssistantsCopilotFeaturesupportRequest request, AsyncApiCallback<LanguageSupportResponse> callback) Get information about the support of features for all the languages or only for a certain language.AgentCopilotApiAsync.getAssistantsCopilotFeaturesupportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LanguageSupportResponse>> callback) Get information about the support of features for all the languages or only for a certain language.