FeedbackMessageArgs

data class FeedbackMessageArgs(val annotatedDatasetId: Output<String>? = null, val body: Output<String>? = null, val createTime: Output<String>? = null, val datasetId: Output<String>? = null, val feedbackThreadId: Output<String>? = null, val image: Output<String>? = null, val name: Output<String>? = null, val operatorFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataArgs>? = null, val project: Output<String>? = null, val requesterFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataArgs>? = null) : ConvertibleToJava<FeedbackMessageArgs>

Create a FeedbackMessage object.

Constructors

Link copied to clipboard
constructor(annotatedDatasetId: Output<String>? = null, body: Output<String>? = null, createTime: Output<String>? = null, datasetId: Output<String>? = null, feedbackThreadId: Output<String>? = null, image: Output<String>? = null, name: Output<String>? = null, operatorFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataArgs>? = null, project: Output<String>? = null, requesterFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataArgs>? = null)

Properties

Link copied to clipboard
val annotatedDatasetId: Output<String>? = null
Link copied to clipboard
val body: Output<String>? = null

String content of the feedback. Maximum of 10000 characters.

Link copied to clipboard
val createTime: Output<String>? = null

Create time.

Link copied to clipboard
val datasetId: Output<String>? = null
Link copied to clipboard
val feedbackThreadId: Output<String>? = null
Link copied to clipboard
val image: Output<String>? = null

The image storing this feedback if the feedback is an image representing operator's comments.

Link copied to clipboard
val name: Output<String>? = null

Name of the feedback message in a feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessage/{feedback_message_id}'

Link copied to clipboard
val project: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): FeedbackMessageArgs