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