Interface CreateAgentRequestOrBuilder (0.52.0)

public interface CreateAgentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgent()

public abstract Agent getAgent()

Required. The agent to create.

.google.cloud.dialogflow.cx.v3.Agent agent = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Agent

The agent.

getAgentOrBuilder()

public abstract AgentOrBuilder getAgentOrBuilder()

Required. The agent to create.

.google.cloud.dialogflow.cx.v3.Agent agent = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AgentOrBuilder

getParent()

public abstract String getParent()

Required. The location to create a agent for. Format: projects/<Project ID>/locations/<Location ID>.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The location to create a agent for. Format: projects/<Project ID>/locations/<Location ID>.

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasAgent()

public abstract boolean hasAgent()

Required. The agent to create.

.google.cloud.dialogflow.cx.v3.Agent agent = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the agent field is set.