floating-trainable-chat-gemini
Reactive icon

Floating Trainable Chat (Gemini)

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 24 Jul (2 days ago)
 by 
0.0
 (0 ratings)
floating-trainable-chat-gemini

Floating Trainable Chat (Gemini)

Documentation
1.0.0

Floating Trainable Chat (Gemini)

A floating AI chatbot component that leverages Google Gemini for intelligent conversation. It allows developers to train the model using custom input text or data and display a floating chat icon on the bottom-right of the screen.

ParameterTypeRequiredDescription
MainHeadingTextYes
The primary heading is shown at the top of the chat window. Example: "Hi 👋 I'm your assistant!"
SecondHeadingTextNoThe sub-heading or introductory message under the main heading. Can be used for additional context or instruction.
Ai_ImageImageYes
The avatar/icon image used for the AI assistant inside the chat window. Recommended size: 64x64px.
User_ImageImageYes
The avatar/icon used for the user in chat messages. Personalizes the UI.
ShowAnimationBooleanYes
Enables animation when the floating button appears on the screen. Example: True for fade-in/bounce.




ApiKey_GeminiTextYesYour Google Gemini API Key is used to authenticate requests. Keep this secure.
TrainYourModelTextYesCustom training text or content is used to train the AI. It will respond based only on this content. Can be a story, FAQ, instructions, etc.
InputValueTextNoThe text input by the user in the chat window. This is auto-managed by the component.
MessagesListNo

A list or record list containing the conversation messages to be displayed in the chat area






  • How to create my own API Key?

Access Get API key | Google AI Studio 

Accept all terms, later click in continue.

Click in Get API Key

Later click in Create API Key

Now Click in Got It

Later Click in Create API Key in new project.

And your api key is generated.