RunStepMessageCreationReference Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. RunStepMessageCreationReference
- com.
Implements
public final class RunStepMessageCreationReference
implements JsonSerializable<RunStepMessageCreationReference>
The details of a message created as a part of a run step.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
| String |
getMessageId()
Get the message |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RunStepMessageCreationReference fromJson(JsonReader jsonReader)
Reads an instance of RunStepMessageCreationReference from the JsonReader.
Parameters:
Returns:
Throws:
getMessageId
public String getMessageId()
Get the messageId property: The ID of the message created by this run step.
Returns: