Carla Test Helper v0.1.9 CarlaTestHelper.V2.Helper View Source

Carla providing helper methods for querying/testing responses.

Link to this section Summary

Functions

Get all the attachmetns out of a response

Get all the content out of all attachments

Get all the buttons out of a response

TODO: Documentation

Get all the quick replies

Returns the intent (or type) for the specified response

Format a text message properly for Directline and send it

Link to this section Functions

Link to this function get_attachments(response) View Source

Get all the attachmetns out of a response

Link to this function get_attachments_content(response) View Source

Get all the content out of all attachments

Get all the buttons out of a response

Link to this function get_quick_replies(response) View Source

Get all the quick replies

Link to this function get_response_type(response) View Source

Returns the intent (or type) for the specified response.

Link to this function send_message(conversation_id, message) View Source

Format a text message properly for Directline and send it

Link to this function send_messages(messages, conversation_id) View Source

TODO: Documentation