cli.app.response

type: meya.cli.event.app.response
class: MeyaSdkAppResponseEvent
path: /meya/cli/event/app/response.py
signature: -

Fields

fieldsignaturerequiredtypedefault
member_idstr
thread_idstr
app_idstr
next_revisionstr
repo_urlstr
request_idstr
resultResult
textstr

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"
    }
}