Class StreamRequiredAction
java.lang.Object
com.azure.ai.agents.persistent.models.StreamUpdate
com.azure.ai.agents.persistent.models.StreamRequiredAction
Represents a stream update indicating that input from the user is required.
-
Constructor Summary
ConstructorsConstructorDescriptionStreamRequiredAction(ThreadRun action, PersistentAgentStreamEvent kind) Creates a new instance of StreamRequiredAction. -
Method Summary
Modifier and TypeMethodDescriptionGet the message detailing the action required by the service.Methods inherited from class com.azure.ai.agents.persistent.models.StreamUpdate
getKind
-
Constructor Details
-
StreamRequiredAction
Creates a new instance of StreamRequiredAction.- Parameters:
action- TheThreadRunwith the action required by the service.kind- The stream event type associated with this update.
-
-
Method Details
-
getMessage
Get the message detailing the action required by the service.- Returns:
- the message detailing the action required by the service.
-