type: meya.cli.event.app.response
class: MeyaSdkAppResponseEvent
path: /meya/cli/event/app/response.py
signature: -
Fields
field | signature | required | type | default |
---|---|---|---|---|
member_id | ○ | ◉ | str | |
thread_id | ○ | ◉ | str | |
app_id | ○ | ○ | str | |
next_revision | ○ | ○ | str | |
repo_url | ○ | ○ | str | |
request_id | ○ | ◉ | str | |
result | ○ | ◉ | Result | |
text | ○ | ○ | str | |
Examples
Data
{
"type": "meya.cli.event.app.response",
"data": {
"member_id": "STRING",
"thread_id": "STRING",
"app_id": "STRING",
"next_revision": "STRING",
"repo_url": "STRING",
"request_id": "STRING",
"result": "error|ok",
"text": "STRING"
}
}