-
public final class GARichResponseBuildersKt
-
-
Method Summary
Modifier and Type Method Description final GARichResponserichResponse(List<GAItem> items, GALinkOutSuggestion linkOutSuggestion, List<GASuggestion> suggestions)Provides a GARichResponse with all available parameters. final GARichResponserichResponse(I18nTranslator $self, List<GAItem> items, GALinkOutSuggestion linkOutSuggestion, CharSequence suggestions)Provides a GARichResponse with suggestions as String. final GARichResponserichResponse(I18nTranslator $self, List<GAItem> items, CharSequence suggestions)Provides a GARichResponse without linkOutSuggestion. final GARichResponserichResponse(I18nTranslator $self, List<GAItem> items, List<CharSequence> suggestions)Provides a GARichResponse without linkOutSuggestion. final GARichResponserichResponse(I18nTranslator $self, GAItem item, GALinkOutSuggestion linkOutSuggestion, List<CharSequence> suggestions)Provides a GARichResponse with only one GAItem. final GARichResponserichResponse(I18nTranslator $self, GAItem item, GALinkOutSuggestion linkOutSuggestion, CharSequence suggestions)Provides a GARichResponse with only one GAItem. final GARichResponserichResponse(I18nTranslator $self, CharSequence text, GALinkOutSuggestion linkOutSuggestion, List<CharSequence> suggestions)Provides a GARichResponse with text item. final GARichResponserichResponse(I18nTranslator $self, CharSequence text, GALinkOutSuggestion linkOutSuggestion, CharSequence suggestions)Provides a GARichResponse with text item. final GARichResponserichResponse(I18nTranslator $self, CharSequence text, CharSequence suggestions)Provides a GARichResponse with text item. final GARichResponserichResponse(I18nTranslator $self, CharSequence text, List<CharSequence> suggestions)Provides a GARichResponse with text item. final GARichResponserichResponse(I18nTranslator $self, CharSequence text, GABasicCard basicCard, GALinkOutSuggestion linkOutSuggestion, List<CharSequence> suggestions)Provides a GARichResponse with a text and a GABasicCard. final GARichResponserichResponse(I18nTranslator $self, CharSequence text, GABasicCard basicCard, List<CharSequence> suggestions)Provides a GARichResponse with a text and a GABasicCard. final GARichResponserichResponse(I18nTranslator $self, CharSequence text, GABasicCard basicCard, CharSequence suggestions)Provides a GARichResponse with a text and a GABasicCard. final GARichResponserichResponse(I18nTranslator $self, GABasicCard basicCard, GALinkOutSuggestion linkOutSuggestion, List<CharSequence> suggestions)Provides a GARichResponse with a GABasicCard. final GARichResponserichResponse(I18nTranslator $self, GABasicCard basicCard, List<CharSequence> suggestions)Provides a GARichResponse with a GABasicCard. final GARichResponserichResponse(I18nTranslator $self, GABasicCard basicCard, CharSequence suggestions)Provides a GARichResponse with a GABasicCard. final GASuggestionsuggestion(I18nTranslator $self, CharSequence text)Provides a GASuggestion. -
-
Method Detail
-
richResponse
final GARichResponse richResponse(List<GAItem> items, GALinkOutSuggestion linkOutSuggestion, List<GASuggestion> suggestions)
Provides a GARichResponse with all available parameters.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, List<GAItem> items, GALinkOutSuggestion linkOutSuggestion, CharSequence suggestions)
Provides a GARichResponse with suggestions as String.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, List<GAItem> items, CharSequence suggestions)
Provides a GARichResponse without linkOutSuggestion.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, List<GAItem> items, List<CharSequence> suggestions)
Provides a GARichResponse without linkOutSuggestion.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, GAItem item, GALinkOutSuggestion linkOutSuggestion, List<CharSequence> suggestions)
Provides a GARichResponse with only one GAItem.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, GAItem item, GALinkOutSuggestion linkOutSuggestion, CharSequence suggestions)
Provides a GARichResponse with only one GAItem.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, CharSequence text, GALinkOutSuggestion linkOutSuggestion, List<CharSequence> suggestions)
Provides a GARichResponse with text item.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, CharSequence text, GALinkOutSuggestion linkOutSuggestion, CharSequence suggestions)
Provides a GARichResponse with text item.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, CharSequence text, CharSequence suggestions)
Provides a GARichResponse with text item.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, CharSequence text, List<CharSequence> suggestions)
Provides a GARichResponse with text item.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, CharSequence text, GABasicCard basicCard, GALinkOutSuggestion linkOutSuggestion, List<CharSequence> suggestions)
Provides a GARichResponse with a text and a GABasicCard.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, CharSequence text, GABasicCard basicCard, List<CharSequence> suggestions)
Provides a GARichResponse with a text and a GABasicCard.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, CharSequence text, GABasicCard basicCard, CharSequence suggestions)
Provides a GARichResponse with a text and a GABasicCard.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, GABasicCard basicCard, GALinkOutSuggestion linkOutSuggestion, List<CharSequence> suggestions)
Provides a GARichResponse with a GABasicCard.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, GABasicCard basicCard, List<CharSequence> suggestions)
Provides a GARichResponse with a GABasicCard.
-
richResponse
final GARichResponse richResponse(I18nTranslator $self, GABasicCard basicCard, CharSequence suggestions)
Provides a GARichResponse with a GABasicCard.
-
suggestion
final GASuggestion suggestion(I18nTranslator $self, CharSequence text)
Provides a GASuggestion.
-
-
-
-