Response.PreviousResponseId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The unique ID of the previous response to the model. Use this to create multi-turn conversations. Learn more about conversation state.
public string PreviousResponseId { get; }
member this.PreviousResponseId : string
Public ReadOnly Property PreviousResponseId As String