public interface FulfillmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConditionalCases(int index)
public abstract Fulfillment.ConditionalCases getConditionalCases(int index)Conditional cases for this fulfillment.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases conditional_cases = 5;
| Name | Description |
| index | int |
| Type | Description |
| Fulfillment.ConditionalCases |
getConditionalCasesCount()
public abstract int getConditionalCasesCount()Conditional cases for this fulfillment.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases conditional_cases = 5;
| Type | Description |
| int |
getConditionalCasesList()
public abstract List<Fulfillment.ConditionalCases> getConditionalCasesList()Conditional cases for this fulfillment.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases conditional_cases = 5;
| Type | Description |
| List<ConditionalCases> |
getConditionalCasesOrBuilder(int index)
public abstract Fulfillment.ConditionalCasesOrBuilder getConditionalCasesOrBuilder(int index)Conditional cases for this fulfillment.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases conditional_cases = 5;
| Name | Description |
| index | int |
| Type | Description |
| Fulfillment.ConditionalCasesOrBuilder |
getConditionalCasesOrBuilderList()
public abstract List<? extends Fulfillment.ConditionalCasesOrBuilder> getConditionalCasesOrBuilderList()Conditional cases for this fulfillment.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases conditional_cases = 5;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCasesOrBuilder> |
getMessages(int index)
public abstract ResponseMessage getMessages(int index)The list of rich message responses to present to the user.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage messages = 1;
| Name | Description |
| index | int |
| Type | Description |
| ResponseMessage |
getMessagesCount()
public abstract int getMessagesCount()The list of rich message responses to present to the user.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage messages = 1;
| Type | Description |
| int |
getMessagesList()
public abstract List<ResponseMessage> getMessagesList()The list of rich message responses to present to the user.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage messages = 1;
| Type | Description |
| List<ResponseMessage> |
getMessagesOrBuilder(int index)
public abstract ResponseMessageOrBuilder getMessagesOrBuilder(int index)The list of rich message responses to present to the user.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage messages = 1;
| Name | Description |
| index | int |
| Type | Description |
| ResponseMessageOrBuilder |
getMessagesOrBuilderList()
public abstract List<? extends ResponseMessageOrBuilder> getMessagesOrBuilderList()The list of rich message responses to present to the user.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage messages = 1;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.cx.v3.ResponseMessageOrBuilder> |
getReturnPartialResponses()
public abstract boolean getReturnPartialResponses()Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
bool return_partial_responses = 8;
| Type | Description |
| boolean | The returnPartialResponses. |
getSetParameterActions(int index)
public abstract Fulfillment.SetParameterAction getSetParameterActions(int index)Set parameter values before executing the webhook.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.SetParameterAction set_parameter_actions = 4;
| Name | Description |
| index | int |
| Type | Description |
| Fulfillment.SetParameterAction |
getSetParameterActionsCount()
public abstract int getSetParameterActionsCount()Set parameter values before executing the webhook.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.SetParameterAction set_parameter_actions = 4;
| Type | Description |
| int |
getSetParameterActionsList()
public abstract List<Fulfillment.SetParameterAction> getSetParameterActionsList()Set parameter values before executing the webhook.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.SetParameterAction set_parameter_actions = 4;
| Type | Description |
| List<SetParameterAction> |
getSetParameterActionsOrBuilder(int index)
public abstract Fulfillment.SetParameterActionOrBuilder getSetParameterActionsOrBuilder(int index)Set parameter values before executing the webhook.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.SetParameterAction set_parameter_actions = 4;
| Name | Description |
| index | int |
| Type | Description |
| Fulfillment.SetParameterActionOrBuilder |
getSetParameterActionsOrBuilderList()
public abstract List<? extends Fulfillment.SetParameterActionOrBuilder> getSetParameterActionsOrBuilderList()Set parameter values before executing the webhook.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.SetParameterAction set_parameter_actions = 4;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.cx.v3.Fulfillment.SetParameterActionOrBuilder> |
getTag()
public abstract String getTag() The tag used by the webhook to identify which fulfillment is being called.
This field is required if webhook is specified.
string tag = 3;
| Type | Description |
| String | The tag. |
getTagBytes()
public abstract ByteString getTagBytes() The tag used by the webhook to identify which fulfillment is being called.
This field is required if webhook is specified.
string tag = 3;
| Type | Description |
| ByteString | The bytes for tag. |
getWebhook()
public abstract String getWebhook() The webhook to call.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/webhooks/<Webhook ID>.
string webhook = 2 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The webhook. |
getWebhookBytes()
public abstract ByteString getWebhookBytes() The webhook to call.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/webhooks/<Webhook ID>.
string webhook = 2 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for webhook. |