Package com.ringcentral.definitions
Class InteractionApiResponseResponse
java.lang.Object
com.ringcentral.definitions.InteractionApiResponseResponse
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationalInsights
(ConversationalInsightsUnit[] conversationalInsights) speakerInsights
(SpeakerInsightsObject speakerInsights) utteranceInsights
(UtteranceInsightsObject[] utteranceInsights)
-
Field Details
-
utteranceInsights
-
speakerInsights
-
conversationalInsights
-
-
Constructor Details
-
InteractionApiResponseResponse
public InteractionApiResponseResponse()
-
-
Method Details
-
utteranceInsights
public InteractionApiResponseResponse utteranceInsights(UtteranceInsightsObject[] utteranceInsights) -
speakerInsights
-
conversationalInsights
public InteractionApiResponseResponse conversationalInsights(ConversationalInsightsUnit[] conversationalInsights)
-