SendMessageSchema#
- class langchain_community.tools.slack.send_message.SendMessageSchema[source]#
Bases:
BaseModel
Input for SendMessageTool.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param channel: str [Required]#
The channel, private group, or IM channel to send message to.
- param message: str [Required]#
The message to be sent.