We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ac0a4 commit 1d1a3acCopy full SHA for 1d1a3ac
telemetry/definitions/commonDefinitions.json
@@ -3600,9 +3600,23 @@
3600
}
3601
]
3602
},
3603
+ {
3604
+ "name": "codeTransform_jobIsStartedFromChatPrompt",
3605
+ "description": "The user initiates a transform job from the Amazon Q chat prompt.",
3606
+ "metadata": [
3607
3608
+ "type": "codeTransformSessionId",
3609
+ "required": true
3610
+ },
3611
3612
+ "type": "credentialSourceId",
3613
+ "required": false
3614
+ }
3615
+ ]
3616
3617
{
3618
"name": "codeTransform_jobStart",
- "description": "The user initiates a transform job from the Amazon Q chat prompt or Solution Explorer.",
3619
+ "description": "Transform job started for uploaded project.",
3620
"metadata": [
3621
3622
"type": "codeTransformNumberOfProjects",
0 commit comments