Variable AgentInteractionStateConst
AgentInteractionState: {
UNSPECIFIED: UNSPECIFIED;
PENDING: PENDING;
RESOLVED: RESOLVED;
CANCELED: CANCELED;
} = ...
Type Declaration
ReadonlyUNSPECIFIED: UNSPECIFIED
ReadonlyPENDING: PENDING
ReadonlyRESOLVED: RESOLVED
ReadonlyCANCELED: CANCELED
Native interaction-state constants for authored agent interactions.