Class ProjectsResource.LocationsResource.ConversationsResource.SuggestionsResource.SuggestConversationSummaryRequest
Suggest summary for a conversation based on specific historical messages. The range of the messages to be used for summary can be specified in the request.
Inheritance
ProjectsResource.LocationsResource.ConversationsResource.SuggestionsResource.SuggestConversationSummaryRequest
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversationsResource.SuggestionsResource.SuggestConversationSummaryRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse>, IClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse>, IClientServiceRequest
Constructors
SuggestConversationSummaryRequest(IClientService, GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest, string)
Constructs a new SuggestConversationSummary request.
Declaration
public SuggestConversationSummaryRequest(IClientService service, GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest body, string conversation)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest | body | |
string | conversation |
Properties
Conversation
Required. The conversation to fetch suggestion for. Format:
projects//locations//conversations/
.
Declaration
[RequestParameter("conversation", RequestParameterType.Path)]
public virtual string Conversation { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes SuggestConversationSummary parameter list.
Declaration
protected override void InitParameters()