Google Cloud Dialogflow v2beta1 API - Class SuggestArticlesRequest (1.0.0-beta15)

public sealed class SuggestArticlesRequest : IMessage<SuggestArticlesRequest>, IEquatable<SuggestArticlesRequest>, IDeepCloneable<SuggestArticlesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SuggestArticlesRequest.

The request message for [Participants.SuggestArticles][google.cloud.dialogflow.v2beta1.Participants.SuggestArticles].

Inheritance

object > SuggestArticlesRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SuggestArticlesRequest()

public SuggestArticlesRequest()

SuggestArticlesRequest(SuggestArticlesRequest)

public SuggestArticlesRequest(SuggestArticlesRequest other)
Parameter
NameDescription
otherSuggestArticlesRequest

Properties

AssistQueryParams

public AssistQueryParameters AssistQueryParams { get; set; }

Optional. Parameters for a human assist query.

Property Value
TypeDescription
AssistQueryParameters

ContextSize

public int ContextSize { get; set; }

Optional. Max number of messages prior to and including [latest_message][google.cloud.dialogflow.v2beta1.SuggestArticlesRequest.latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.

Property Value
TypeDescription
int

LatestMessage

public string LatestMessage { get; set; }

Optional. The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

Property Value
TypeDescription
string

LatestMessageAsMessageName

public MessageName LatestMessageAsMessageName { get; set; }

MessageName-typed view over the LatestMessage resource name property.

Property Value
TypeDescription
MessageName

Parent

public string Parent { get; set; }

Required. The name of the participant to fetch suggestion for. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>.

Property Value
TypeDescription
string

ParentAsParticipantName

public ParticipantName ParentAsParticipantName { get; set; }

ParticipantName-typed view over the Parent resource name property.

Property Value
TypeDescription
ParticipantName