Package itk
Interface InstructionOuterClass.CallAgentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstructionOuterClass.CallAgent,InstructionOuterClass.CallAgent.Builder
- Enclosing class:
- InstructionOuterClass
public static interface InstructionOuterClass.CallAgentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionwhere to get the agent card fromcom.google.protobuf.ByteStringwhere to get the agent card frominstruction for the called agentinstruction for the called agent.itk.PushNotificationBehavior push_notification = 6;.itk.PushNotificationBehavior push_notification = 6;.itk.ResubscribeBehavior resubscribe = 7;.itk.ResubscribeBehavior resubscribe = 7;.itk.SendMessageBehavior send_message = 5;.itk.SendMessageBehavior send_message = 5;booleanwhether to use streamingwhich transport use to get agent card and later callcom.google.protobuf.ByteStringwhich transport use to get agent card and later callbooleaninstruction for the called agentboolean.itk.PushNotificationBehavior push_notification = 6;boolean.itk.ResubscribeBehavior resubscribe = 7;boolean.itk.SendMessageBehavior send_message = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTransport
String getTransport()which transport use to get agent card and later call
string transport = 1;- Returns:
- The transport.
-
getTransportBytes
com.google.protobuf.ByteString getTransportBytes()which transport use to get agent card and later call
string transport = 1;- Returns:
- The bytes for transport.
-
getAgentCardUri
String getAgentCardUri()where to get the agent card from
string agent_card_uri = 2;- Returns:
- The agentCardUri.
-
getAgentCardUriBytes
com.google.protobuf.ByteString getAgentCardUriBytes()where to get the agent card from
string agent_card_uri = 2;- Returns:
- The bytes for agentCardUri.
-
hasInstruction
boolean hasInstruction()instruction for the called agent
.itk.Instruction instruction = 3;- Returns:
- Whether the instruction field is set.
-
getInstruction
InstructionOuterClass.Instruction getInstruction()instruction for the called agent
.itk.Instruction instruction = 3;- Returns:
- The instruction.
-
getInstructionOrBuilder
InstructionOuterClass.InstructionOrBuilder getInstructionOrBuilder()instruction for the called agent
.itk.Instruction instruction = 3; -
getStreaming
boolean getStreaming()whether to use streaming
bool streaming = 4;- Returns:
- The streaming.
-
hasSendMessage
boolean hasSendMessage().itk.SendMessageBehavior send_message = 5;- Returns:
- Whether the sendMessage field is set.
-
getSendMessage
InstructionOuterClass.SendMessageBehavior getSendMessage().itk.SendMessageBehavior send_message = 5;- Returns:
- The sendMessage.
-
getSendMessageOrBuilder
InstructionOuterClass.SendMessageBehaviorOrBuilder getSendMessageOrBuilder().itk.SendMessageBehavior send_message = 5; -
hasPushNotification
boolean hasPushNotification().itk.PushNotificationBehavior push_notification = 6;- Returns:
- Whether the pushNotification field is set.
-
getPushNotification
InstructionOuterClass.PushNotificationBehavior getPushNotification().itk.PushNotificationBehavior push_notification = 6;- Returns:
- The pushNotification.
-
getPushNotificationOrBuilder
InstructionOuterClass.PushNotificationBehaviorOrBuilder getPushNotificationOrBuilder().itk.PushNotificationBehavior push_notification = 6; -
hasResubscribe
boolean hasResubscribe().itk.ResubscribeBehavior resubscribe = 7;- Returns:
- Whether the resubscribe field is set.
-
getResubscribe
InstructionOuterClass.ResubscribeBehavior getResubscribe().itk.ResubscribeBehavior resubscribe = 7;- Returns:
- The resubscribe.
-
getResubscribeOrBuilder
InstructionOuterClass.ResubscribeBehaviorOrBuilder getResubscribeOrBuilder().itk.ResubscribeBehavior resubscribe = 7; -
getBehaviorCase
InstructionOuterClass.CallAgent.BehaviorCase getBehaviorCase()
-