Preparing search index...
The search index is not available
@google/genai
@google/genai
types
ReplayInteraction
Interface ReplayInteraction
Represents a single interaction, request and response in a replay.
interface
ReplayInteraction
{
request
?:
ReplayRequest
;
response
?:
ReplayResponse
;
}
Index
Properties
request?
response?
Properties
Optional
request
request
?:
ReplayRequest
Optional
response
response
?:
ReplayResponse
Settings
Theme
OS
Light
Dark
On This Page
Properties
request
response
@google/genai
Loading...
Represents a single interaction, request and response in a replay.