alicloud_chatbot_publish_task

Provides a Chatbot Publish Task resource.

For information about Chatbot Publish Task and how to use it, see What is Publish Task.

Example Usage

Basic Usage

provider "alicloud" {
  region = "cn-shanghai"
}
data "alicloud_chatbot_agents" "default" {}
resource "alicloud_chatbot_publish_task" "default" {
  biz_type  = "faq"
  agent_key = data.alicloud_chatbot_agents.default.agents.0.agent_key
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Chatbot Publish Task can be imported using the id, e.g.

$ terraform import alicloud_chatbot_publish_task.example <id>