alicloud_chatbot_agents

This data source provides the Chatbot Agents of the current Alibaba Cloud user.

Example Usage

data "alicloud_chatbot_agents" "nameRegex" {
  name_regex = "^my-Agent"
}
output "alicloud_chatbot_agents_id_1" {
  value = data.alicloud_chatbot_agents.nameRegex.agents.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: