Uses of Enum
com.microsoft.graph.models.AiInteractionType
Packages that use AiInteractionType
-
Uses of AiInteractionType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AiInteractionTypeModifier and TypeMethodDescriptionstatic AiInteractionTypeAiInteraction.getInteractionType()Gets the interactionType property value.static AiInteractionTypeReturns the enum constant of this type with the specified name.static AiInteractionType[]AiInteractionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AiInteractionTypeModifier and TypeMethodDescriptionvoidAiInteraction.setInteractionType(AiInteractionType value) Sets the interactionType property value.