Interface SubmitAnswerFeedbackRequestOrBuilder (0.52.0)

public interface SubmitAnswerFeedbackRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnswerFeedback()

public abstract AnswerFeedback getAnswerFeedback()

Required. Feedback provided for a bot answer.

.google.cloud.dialogflow.cx.v3.AnswerFeedback answer_feedback = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AnswerFeedback

The answerFeedback.

getAnswerFeedbackOrBuilder()

public abstract AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder()

Required. Feedback provided for a bot answer.

.google.cloud.dialogflow.cx.v3.AnswerFeedback answer_feedback = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AnswerFeedbackOrBuilder

getResponseId()

public abstract String getResponseId()

Required. ID of the response to update its feedback. This is the same as DetectIntentResponse.response_id.

string response_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The responseId.

getResponseIdBytes()

public abstract ByteString getResponseIdBytes()

Required. ID of the response to update its feedback. This is the same as DetectIntentResponse.response_id.

string response_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for responseId.

getSession()

public abstract String getSession()

Required. The name of the session the feedback was sent to.

string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The session.

getSessionBytes()

public abstract ByteString getSessionBytes()

Required. The name of the session the feedback was sent to.

string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for session.

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The mask to control which fields to update. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The mask to control which fields to update. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMaskOrBuilder

hasAnswerFeedback()

public abstract boolean hasAnswerFeedback()

Required. Feedback provided for a bot answer.

.google.cloud.dialogflow.cx.v3.AnswerFeedback answer_feedback = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the answerFeedback field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The mask to control which fields to update. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the updateMask field is set.