@agentshelf/external-agents-sdk / RespondToInteractionInput
Type Alias: RespondToInteractionInput
type RespondToInteractionInput = {
conversationRef: ConversationRef;
idempotencyKey?: IdempotencyKey;
interactionRef: InteractionRef;
response: JsonObject;
};
Properties
conversationRef
conversationRef: ConversationRef;
idempotencyKey?
optional idempotencyKey?: IdempotencyKey;
interactionRef
interactionRef: InteractionRef;
response
response: JsonObject;