SuggestionsSuggestionGroup Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.autosuggest.models.SuggestionsSuggestionGroup

public class SuggestionsSuggestionGroup

The SuggestionsSuggestionGroup model.

Method Summary

Modifier and Type Method and Description
ScenarioType name()

Get the name value.

List<SearchAction> searchSuggestions()

Get the searchSuggestions value.

SuggestionsSuggestionGroup withName(ScenarioType name)

Set the name value.

SuggestionsSuggestionGroup withSearchSuggestions(List<SearchAction> searchSuggestions)

Set the searchSuggestions value.

Method Details

name

public ScenarioType name()

Get the name value.

Returns:

the name value

searchSuggestions

public List searchSuggestions()

Get the searchSuggestions value.

Returns:

the searchSuggestions value

withName

public SuggestionsSuggestionGroup withName(ScenarioType name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the SuggestionsSuggestionGroup object itself.

withSearchSuggestions

public SuggestionsSuggestionGroup withSearchSuggestions(List searchSuggestions)

Set the searchSuggestions value.

Parameters:

searchSuggestions - the searchSuggestions value to set

Returns:

the SuggestionsSuggestionGroup object itself.

Applies to