Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,18 @@
"other"
]
},
{
"name": "cwsprAgenticChatInteractionType",
"type": "string",
"allowedValues": [
"RejectDiff",
"GeneratedDiff",
"RunCommand",
"GeneratedCommand",
"StopChat"
],
"description": "Type of interaction with agentic chat messages"
},
{
"name": "cwsprChatAcceptedCharactersLength",
"type": "int",
Expand Down Expand Up @@ -2590,6 +2602,25 @@
}
]
},
{
"name": "amazonq_interactWithAgenticChat",
"description": "When a user interacts with a message in the agentic chat",
"metadata": [
{
"type": "credentialStartUrl",
"required": false
},
{
"type": "cwsprAgenticChatInteractionType"
},
{
"type": "cwsprChatConversationId"
},
{
"type": "cwsprChatConversationType"
}
]
},
{
"name": "amazonq_interactWithMessage",
"description": "When a user interacts with a message in the conversation",
Expand Down