Class FeedbackLabelName.Builder (2.54.0)

public static class FeedbackLabelName.Builder

Builder for projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}.

Inheritance

java.lang.Object > FeedbackLabelName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FeedbackLabelName build()
Returns
Type Description
FeedbackLabelName

getConversation()

public String getConversation()
Returns
Type Description
String

getFeedbackLabel()

public String getFeedbackLabel()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setConversation(String conversation)

public FeedbackLabelName.Builder setConversation(String conversation)
Parameter
Name Description
conversation String
Returns
Type Description
FeedbackLabelName.Builder

setFeedbackLabel(String feedbackLabel)

public FeedbackLabelName.Builder setFeedbackLabel(String feedbackLabel)
Parameter
Name Description
feedbackLabel String
Returns
Type Description
FeedbackLabelName.Builder

setLocation(String location)

public FeedbackLabelName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
FeedbackLabelName.Builder

setProject(String project)

public FeedbackLabelName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
FeedbackLabelName.Builder