Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
laileni-aws committed Nov 23, 2024
1 parent bd8b9d2 commit da93589
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,11 @@
"type": "boolean",
"description": "A time based filter was used"
},
{
"name": "hasUserPromptSupplied",
"type": "boolean",
"description": "True if user supplied prompt message as input else false"
},
{
"name": "httpMethod",
"type": "string",
Expand Down Expand Up @@ -1823,11 +1828,6 @@
"type": "string",
"description": "User selection from a predefined menu (not user-provided input). See also `action`."
},
{
"name": "userEnteredPromptMessage",
"type": "boolean",
"description": "True if user enter prompt message as input else false"
},
{
"name": "userId",
"type": "string",
Expand Down Expand Up @@ -2353,6 +2353,9 @@
"type": "generatedLinesCount",
"required": false
},
{
"type": "hasUserPromptSupplied"
},
{
"type": "isSupportedLanguage"
},
Expand All @@ -2363,9 +2366,6 @@
{
"type": "successCount",
"required": false
},
{
"type": "userEnteredPromptMessage"
}
]
},
Expand All @@ -2391,6 +2391,9 @@
"type": "jobId",
"required": false
},
{
"type": "hasUserPromptSupplied"
},
{
"type": "perfClientLatency",
"required": false
Expand All @@ -2402,9 +2405,6 @@
{
"type": "source",
"required": false
},
{
"type": "userEnteredPromptMessage"
}
]
},
Expand Down Expand Up @@ -2455,6 +2455,9 @@
"type": "generatedLinesCount",
"required": false
},
{
"type": "hasUserPromptSupplied"
},
{
"type": "isSupportedLanguage"
},
Expand All @@ -2473,9 +2476,6 @@
{
"type": "source",
"required": false
},
{
"type": "userEnteredPromptMessage"
}
]
},
Expand Down

0 comments on commit da93589

Please sign in to comment.