AWS SDK for .NET Documentation
DefineSuggester Method (defineSuggesterRequest)
AmazonAmazon.CloudSearchAmazonCloudSearchDefineSuggester(DefineSuggesterRequest) Did this page help you?   Yes   No    Tell us about it...

Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide .

Declaration Syntax
C#
DefineSuggesterResponse DefineSuggester(
	DefineSuggesterRequest defineSuggesterRequest
)
Parameters
defineSuggesterRequest (DefineSuggesterRequest)
Container for the necessary parameters to execute the DefineSuggester service method on AmazonCloudSearch.
Return Value
The response from the DefineSuggester service method, as returned by AmazonCloudSearch.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)