inputFeedback property

Output only. Feedback related to the input data used to answer the question, as opposed to the model-generated response to the question.

The input data can be one or more of the following:

  • Question specified by the last entry in GenerateAnswerRequest.content
  • Conversation history specified by the other entries in GenerateAnswerRequest.content
  • Grounding sources (GenerateAnswerRequest.semantic_retriever or GenerateAnswerRequest.inline_passages)

Implementation

final GenerateAnswerResponse_InputFeedback? inputFeedback;