Skip to main content

send_message

Method
This is a method of the Session class in the session module.
Alias for chat() method to match Google ADK pattern.

Signature

def send_message(message: str) -> str

Parameters

message
str
required
The message to send to the agent **kwargs: Additional parameters for the request

Returns

Returns
str
The agent’s response