Module: WyWecall::Api::Bot
- Included in:
- Client
- Defined in:
- lib/wy_wecall/api/bot.rb
Instance Method Summary collapse
-
#query_bot_list(page = 1, page_size = 10, bot_name = nil, status = nil) ⇒ Object
功能说明:通过接口可以分页获取话术列表,包含意向标签和导入字段信息。.
Instance Method Details
#query_bot_list(page = 1, page_size = 10, bot_name = nil, status = nil) ⇒ Object
功能说明:通过接口可以分页获取话术列表,包含意向标签和导入字段信息。
7 8 9 |
# File 'lib/wy_wecall/api/bot.rb', line 7 def query_bot_list(page = 1, page_size = 10, bot_name = nil, status = nil) get('/bot/getBotList', { page: page, pageSize: page_size, botName: bot_name, status: status }) end |