Skip to content

Commit dd33fb6

Browse files
authored
Update New-CsMainlineAttendantQuestionAnswerFlow.md
1 parent 5b67426 commit dd33fb6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

teams/teams-ps/teams/New-CsMainlineAttendantQuestionAnswerFlow.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,23 @@ Accept wildcard characters: False
8585
### -KnowledgeBase
8686
The knowledge base definition
8787
88+
JSON 1
89+
90+
```json
91+
[
92+
{
93+
"name": "John",
94+
"skills": [ "SQL", "C#", "Azure" ]
95+
},
96+
{
97+
"name": "Jane",
98+
"surname": "Doe"
99+
}
100+
]
101+
```
102+
103+
JSON 2
104+
88105
```json
89106
[
90107

0 commit comments

Comments
 (0)