Class FollowupQuestion (2.1.0)

FollowupQuestion(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The conversational followup question generated for Intent refinement.

Attributes

Name Description
followup_question str
The conversational followup question generated for Intent refinement.
suggested_answers MutableSequence[google.cloud.retail_v2alpha.types.ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer]
The answer options provided to client for the follow-up question.

Classes

SuggestedAnswer

SuggestedAnswer(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Suggested answers to the follow-up question.