Uses of Class
software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisSupportedChannel
-
Packages that use RealTimeContactAnalysisSupportedChannel Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RealTimeContactAnalysisSupportedChannel in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RealTimeContactAnalysisSupportedChannel Modifier and Type Method Description RealTimeContactAnalysisSupportedChannelListRealtimeContactAnalysisSegmentsV2Response. channel()The channel of the contact.static RealTimeContactAnalysisSupportedChannelRealTimeContactAnalysisSupportedChannel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RealTimeContactAnalysisSupportedChannelRealTimeContactAnalysisSupportedChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static RealTimeContactAnalysisSupportedChannel[]RealTimeContactAnalysisSupportedChannel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RealTimeContactAnalysisSupportedChannel Modifier and Type Method Description static Set<RealTimeContactAnalysisSupportedChannel>RealTimeContactAnalysisSupportedChannel. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type RealTimeContactAnalysisSupportedChannel Modifier and Type Method Description ListRealtimeContactAnalysisSegmentsV2Response.BuilderListRealtimeContactAnalysisSegmentsV2Response.Builder. channel(RealTimeContactAnalysisSupportedChannel channel)The channel of the contact.
-