File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
chat_id = response .payload .get ('chat_id' )
10
10
thread_id = response .payload .get ('thread_id' )
11
11
12
- # Get all messages including the non-response messages (e.g. pushes). Returns a list
12
+ # Get `incoming_chat` push from all messages including the non-response messages (i.e. pushes)
13
13
incoming_chat_push = agent_rtm .ws .messages [0 ]
14
14
15
15
agent_rtm .send_event (chat_id = chat_id ,
Original file line number Diff line number Diff line change 10
10
chat_id = response .payload .get ('chat_id' )
11
11
thread_id = response .payload .get ('thread_id' )
12
12
13
- # Get all messages including the non-response messages (e.g. pushes). Returns a list
13
+ # Get `incoming_chat` push from all messages including the non-response messages (i.e. pushes)
14
14
incoming_chat_push = customer_rtm .ws .messages [0 ]
15
15
16
16
customer_rtm .send_event (chat_id = chat_id ,
You can’t perform that action at this time.
0 commit comments