Uses of Interface
com.google.genai.gaos.models.interactions.Content
Packages that use Content
-
Uses of Content in com.google.genai.gaos.models.interactions
Classes in com.google.genai.gaos.models.interactions that implement ContentModifier and TypeClassDescriptionclassAudioContentclassDocumentContentclassImageContentclassTextContentclassUnknownContentclassVideoContentMethods in com.google.genai.gaos.models.interactions that return types with arguments of type ContentModifier and TypeMethodDescriptionInteractionsInput.arrayOfContent()InteractionsInput.content()ModelOutputStep.content()ThoughtSummaryDelta.content()The content of the response.UserInputStep.content()Methods in com.google.genai.gaos.models.interactions with parameters of type ContentModifier and TypeMethodDescriptionThe content of the response.static InteractionsInputThoughtSummaryDelta.withContent(Content content) The content of the response.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type ContentModifier and TypeMethodDescriptionstatic InteractionsInputvoidInteraction.setOutputs(List<Content> outputs) ModelOutputStep.withContent(List<Content> content) UserInputStep.withContent(List<Content> content) Constructors in com.google.genai.gaos.models.interactions with parameters of type ContentConstructor parameters in com.google.genai.gaos.models.interactions with type arguments of type ContentModifierConstructorDescriptionModelOutputStep(List<Content> content, Status error) UserInputStep(List<Content> content)