class Aws::Connect::Client
def search_prompts(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
search_prompts(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchPrompts - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::SearchPromptsResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:search_criteria
(Types::PromptSearchCriteria
) -- -
:search_filter
(Types::PromptSearchFilter
) -- -
:max_results
(Integer
) -- -
:next_token
(String
) -- -
:instance_id
(required, String
) --
def search_prompts(params = {}, options = {}) req = build_request(:search_prompts, params) req.send_request(options) end