Uses of Class
com.mypurecloud.sdk.v2.model.EmailInitialConfiguration
Packages that use EmailInitialConfiguration
-
Uses of EmailInitialConfiguration in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailInitialConfigurationModifier and TypeMethodDescriptionEmailInitialConfiguration.additionalInfo(Map<String, String> additionalInfo) Additional metadata about this session which should be recorded by the platform but which will not be indexed or searchable.Indicates that this communication's initial state is alerting.An email addresses that this email is blind carbon copied to.An email addresses that this email is carbon copied to.An email address that this email is from.EmailExternalEstablishedEvent.getInitialConfiguration()EmailFlowEstablishedEvent.getInitialConfiguration()EmailRoutingEstablishedEvent.getInitialConfiguration()EmailUserEstablishedEvent.getInitialConfiguration()Indicates that this communication's initial state is held.Indicates the direction of this communication with respect to the contact center.The id of the communication (the \"peer\") that \"invited\" this communication, if this occurred.EmailInitialConfiguration.previousEmailId(String previousEmailId) UUID identifying the most recent previous email communication ID from the same participant on this email conversation.The subject for this email.An email address that this email is to.Methods in com.mypurecloud.sdk.v2.model with parameters of type EmailInitialConfigurationModifier and TypeMethodDescriptionEmailExternalEstablishedEvent.initialConfiguration(EmailInitialConfiguration initialConfiguration) Metadata about this communication.EmailFlowEstablishedEvent.initialConfiguration(EmailInitialConfiguration initialConfiguration) Metadata about this communication.EmailRoutingEstablishedEvent.initialConfiguration(EmailInitialConfiguration initialConfiguration) Metadata about this communication.EmailUserEstablishedEvent.initialConfiguration(EmailInitialConfiguration initialConfiguration) Metadata about this communication.voidEmailExternalEstablishedEvent.setInitialConfiguration(EmailInitialConfiguration initialConfiguration) voidEmailFlowEstablishedEvent.setInitialConfiguration(EmailInitialConfiguration initialConfiguration) voidEmailRoutingEstablishedEvent.setInitialConfiguration(EmailInitialConfiguration initialConfiguration) voidEmailUserEstablishedEvent.setInitialConfiguration(EmailInitialConfiguration initialConfiguration)