类 MessageSendConfiguration
java.lang.Object
io.github.a2ap.core.model.MessageSendConfiguration
Configuration for sending messages in the A2A4J framework.
-
嵌套类概要
嵌套类修饰符和类型类说明static classBuilder class for MessageSendConfiguration. -
构造器概要
构造器构造器说明Default constructor for serialization frameworks.MessageSendConfiguration(List<String> acceptedOutputModes, Integer historyLength, PushNotificationConfig pushNotificationConfig, Boolean blocking) -
方法概要
修饰符和类型方法说明builder()booleaninthashCode()voidsetAcceptedOutputModes(List<String> acceptedOutputModes) voidsetBlocking(Boolean blocking) voidsetHistoryLength(Integer historyLength) voidsetPushNotificationConfig(PushNotificationConfig pushNotificationConfig) toString()
-
构造器详细资料
-
MessageSendConfiguration
public MessageSendConfiguration()Default constructor for serialization frameworks. -
MessageSendConfiguration
public MessageSendConfiguration(List<String> acceptedOutputModes, Integer historyLength, PushNotificationConfig pushNotificationConfig, Boolean blocking)
-
-
方法详细资料