public interface IntentInputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIntent()
public abstract String getIntent()
Required. The unique identifier of the intent.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>
.
string intent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The intent. |
getIntentBytes()
public abstract ByteString getIntentBytes()
Required. The unique identifier of the intent.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>
.
string intent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for intent. |