Uses of Class
com.mypurecloud.sdk.v2.model.SelfAgentGreeting
Packages that use SelfAgentGreeting
Package
Description
-
Uses of SelfAgentGreeting in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SelfAgentGreetingModifier and TypeMethodDescriptionTelephonyApi.getTelephonyAgentsGreetingsMe()Get the agent's own greetings.TelephonyApi.getTelephonyAgentsGreetingsMe(GetTelephonyAgentsGreetingsMeRequest request) Get the agent's own greetings.TelephonyApi.putTelephonyAgentsGreetingsMe(PutTelephonyAgentsGreetingsMeRequest request) Updates the agent's own greetings.TelephonyApi.putTelephonyAgentsGreetingsMe(SelfAgentGreeting body) Updates the agent's own greetings.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SelfAgentGreetingModifier and TypeMethodDescriptionTelephonyApi.getTelephonyAgentsGreetingsMe(ApiRequest<Void> request) Get the agent's own greetings.TelephonyApiAsync.getTelephonyAgentsGreetingsMeAsync(GetTelephonyAgentsGreetingsMeRequest request, AsyncApiCallback<SelfAgentGreeting> callback) Get the agent's own greetings.TelephonyApiAsync.getTelephonyAgentsGreetingsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SelfAgentGreeting>> callback) Get the agent's own greetings.TelephonyApi.getTelephonyAgentsGreetingsMeWithHttpInfo()Get the agent's own greetings.TelephonyApi.putTelephonyAgentsGreetingsMe(ApiRequest<SelfAgentGreeting> request) Updates the agent's own greetings.TelephonyApiAsync.putTelephonyAgentsGreetingsMeAsync(PutTelephonyAgentsGreetingsMeRequest request, AsyncApiCallback<SelfAgentGreeting> callback) Updates the agent's own greetings.TelephonyApiAsync.putTelephonyAgentsGreetingsMeAsync(ApiRequest<SelfAgentGreeting> request, AsyncApiCallback<ApiResponse<SelfAgentGreeting>> callback) Updates the agent's own greetings.TelephonyApi.putTelephonyAgentsGreetingsMeWithHttpInfo(SelfAgentGreeting body) Updates the agent's own greetings.Methods in com.mypurecloud.sdk.v2.api with parameters of type SelfAgentGreetingModifier and TypeMethodDescriptionTelephonyApi.putTelephonyAgentsGreetingsMe(SelfAgentGreeting body) Updates the agent's own greetings.TelephonyApi.putTelephonyAgentsGreetingsMeWithHttpInfo(SelfAgentGreeting body) Updates the agent's own greetings.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SelfAgentGreetingModifier and TypeMethodDescriptionTelephonyApiAsync.getTelephonyAgentsGreetingsMeAsync(GetTelephonyAgentsGreetingsMeRequest request, AsyncApiCallback<SelfAgentGreeting> callback) Get the agent's own greetings.TelephonyApiAsync.getTelephonyAgentsGreetingsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SelfAgentGreeting>> callback) Get the agent's own greetings.TelephonyApi.putTelephonyAgentsGreetingsMe(ApiRequest<SelfAgentGreeting> request) Updates the agent's own greetings.TelephonyApiAsync.putTelephonyAgentsGreetingsMeAsync(PutTelephonyAgentsGreetingsMeRequest request, AsyncApiCallback<SelfAgentGreeting> callback) Updates the agent's own greetings.TelephonyApiAsync.putTelephonyAgentsGreetingsMeAsync(ApiRequest<SelfAgentGreeting> request, AsyncApiCallback<ApiResponse<SelfAgentGreeting>> callback) Updates the agent's own greetings.TelephonyApiAsync.putTelephonyAgentsGreetingsMeAsync(ApiRequest<SelfAgentGreeting> request, AsyncApiCallback<ApiResponse<SelfAgentGreeting>> callback) Updates the agent's own greetings. -
Uses of SelfAgentGreeting in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SelfAgentGreetingMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SelfAgentGreetingMethods in com.mypurecloud.sdk.v2.api.request with parameters of type SelfAgentGreetingModifier and TypeMethodDescriptionPutTelephonyAgentsGreetingsMeRequest.builder(SelfAgentGreeting body) voidPutTelephonyAgentsGreetingsMeRequest.setBody(SelfAgentGreeting body) PutTelephonyAgentsGreetingsMeRequest.Builder.withBody(SelfAgentGreeting body) PutTelephonyAgentsGreetingsMeRequest.withBody(SelfAgentGreeting body) PutTelephonyAgentsGreetingsMeRequest.Builder.withRequiredParams(SelfAgentGreeting body) -
Uses of SelfAgentGreeting in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SelfAgentGreetingModifier and TypeMethodDescriptionSelfAgentGreeting.inboundPrompt(Prompt inboundPrompt) The agent greeting prompt to use when inbound calls are connectedSelfAgentGreeting.inboundPromptDefaultLanguage(String inboundPromptDefaultLanguage) The default language to use for the agent greeting inbound promptSelfAgentGreeting.outboundPrompt(Prompt outboundPrompt) The agent greeting prompt to use when outbound calls are connectedSelfAgentGreeting.outboundPromptDefaultLanguage(String outboundPromptDefaultLanguage) The default language to use for the agent greeting outbound prompt