Class GoogleCloudDialogflowV2beta1Suggestion
Represents a suggestion for a human agent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1Suggestion : IDirectResponseSchema
Properties
Articles
Output only. Articles ordered by score in descending order.
Declaration
[JsonProperty("articles")]
public virtual IList<GoogleCloudDialogflowV2beta1SuggestionArticle> Articles { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1SuggestionArticle> |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time the suggestion was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FaqAnswers
Output only. Answers extracted from FAQ documents.
Declaration
[JsonProperty("faqAnswers")]
public virtual IList<GoogleCloudDialogflowV2beta1SuggestionFaqAnswer> FaqAnswers { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1SuggestionFaqAnswer> |
LatestMessage
Output only. Latest message used as context to compile this suggestion. Format:
projects//locations//conversations//messages/
.
Declaration
[JsonProperty("latestMessage")]
public virtual string LatestMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The name of this suggestion. Format:
projects//locations//conversations//participants/*/suggestions/
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |