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

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

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

Request message for [AnswerRecords.GetAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.GetAnswerRecord].

Inheritance

object > GetAnswerRecordRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

GetAnswerRecordRequest()

public GetAnswerRecordRequest()

GetAnswerRecordRequest(GetAnswerRecordRequest)

public GetAnswerRecordRequest(GetAnswerRecordRequest other)
Parameter
NameDescription
otherGetAnswerRecordRequest

Properties

Name

public string Name { get; set; }

Required. The name of the answer record to retrieve. Format: projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record Id>.

Property Value
TypeDescription
string