enum

Crig::Providers::Gemini::Interactions::InteractionInput::Kind

Inherits Enum < Comparable < Value < Object

Constants

Text = 0
Content = 1
Turns = 2
Contents = 3

Instance methods

content?

Returns true if this enum value equals Content

Source
contents?

Returns true if this enum value equals Contents

Source
text?

Returns true if this enum value equals Text

Source
turns?

Returns true if this enum value equals Turns

Source