public sealed class SuggestDialogflowAssistsResponse : IMessage<SuggestDialogflowAssistsResponse>, IEquatable<SuggestDialogflowAssistsResponse>, IDeepCloneable<SuggestDialogflowAssistsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SuggestDialogflowAssistsResponse.
The response message for
[Participants.SuggestDialogflowAssists][google.cloud.dialogflow.v2beta1.Participants.SuggestDialogflowAssists].
Number of messages prior to and including
[latest_message][google.cloud.dialogflow.v2beta1.SuggestDialogflowAssistsResponse.latest_message]
to compile the suggestion. It may be smaller than the
[SuggestDialogflowAssistsRequest.context_size][google.cloud.dialogflow.v2beta1.SuggestDialogflowAssistsRequest.context_size]
field in the request if there aren't that many messages in the
conversation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eSuggestDialogflowAssistsResponse\u003c/code\u003e class, which is part of the Google Cloud Dialogflow v2beta1 API and is used to represent the response from the \u003ccode\u003eParticipants.SuggestDialogflowAssists\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSuggestDialogflowAssistsResponse\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties such as \u003ccode\u003eContextSize\u003c/code\u003e, which indicates the number of messages used for suggestion compilation, \u003ccode\u003eDialogflowAssistAnswers\u003c/code\u003e, which contains multiple reply options from the Dialogflow assist service, and \u003ccode\u003eLatestMessage\u003c/code\u003e, which identifies the latest message used for suggesting an answer.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default one and another one that takes a \u003ccode\u003eSuggestDialogflowAssistsResponse\u003c/code\u003e object, used for example in copying the contents of one object into a new object.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class available is 1.0.0-beta23, however the user can select to view the older version 1.0.0-beta22 by selecting it from the dropdown.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class SuggestDialogflowAssistsResponse (1.0.0-beta23)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta23 (latest)](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SuggestDialogflowAssistsResponse)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.SuggestDialogflowAssistsResponse) \n\n public sealed class SuggestDialogflowAssistsResponse : IMessage\u003cSuggestDialogflowAssistsResponse\u003e, IEquatable\u003cSuggestDialogflowAssistsResponse\u003e, IDeepCloneable\u003cSuggestDialogflowAssistsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SuggestDialogflowAssistsResponse.\n\nThe response message for\n\\[Participants.SuggestDialogflowAssists\\]\\[google.cloud.dialogflow.v2beta1.Participants.SuggestDialogflowAssists\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SuggestDialogflowAssistsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SuggestDialogflowAssistsResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SuggestDialogflowAssistsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SuggestDialogflowAssistsResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SuggestDialogflowAssistsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SuggestDialogflowAssistsResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SuggestDialogflowAssistsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dialogflow.V2Beta1](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dialogflow.V2Beta1.dll\n\nConstructors\n------------\n\n### SuggestDialogflowAssistsResponse()\n\n public SuggestDialogflowAssistsResponse()\n\n### SuggestDialogflowAssistsResponse(SuggestDialogflowAssistsResponse)\n\n public SuggestDialogflowAssistsResponse(SuggestDialogflowAssistsResponse other)\n\nProperties\n----------\n\n### ContextSize\n\n public int ContextSize { get; set; }\n\nNumber of messages prior to and including\n\\[latest_message\\]\\[google.cloud.dialogflow.v2beta1.SuggestDialogflowAssistsResponse.latest_message\\]\nto compile the suggestion. It may be smaller than the\n\\[SuggestDialogflowAssistsRequest.context_size\\]\\[google.cloud.dialogflow.v2beta1.SuggestDialogflowAssistsRequest.context_size\\]\nfield in the request if there aren't that many messages in the\nconversation.\n\n### DialogflowAssistAnswers\n\n public RepeatedField\u003cDialogflowAssistAnswer\u003e DialogflowAssistAnswers { get; }\n\nOutput only. Multiple reply options provided by Dialogflow assist\nservice. The order is based on the rank of the model prediction.\n\n### LatestMessage\n\n public string LatestMessage { get; set; }\n\nThe name of the latest conversation message used to suggest answer.\n\nFormat: `projects/\u003cProject ID\u003e/locations/\u003cLocation\nID\u003e/conversations/\u003cConversation ID\u003e/messages/\u003cMessage ID\u003e`."]]