class Aws::Connect::Client
def create_contact_flow_version(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_contact_flow_version(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateContactFlowVersion - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateContactFlowVersionResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:last_modified_region
(String
) -- -
:last_modified_time
(Time, DateTime, Date, Integer, String
) -- -
:contact_flow_version
(Integer
) -- -
:flow_content_sha_256
(String
) -- -
:contact_flow_id
(required, String
) -- -
:description
(String
) -- -
:instance_id
(required, String
) --
def create_contact_flow_version(params = {}, options = {}) req = build_request(:create_contact_flow_version, params) req.send_request(options) end