Home
last modified time | relevance | path

Searched refs:messageAnnotation (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1Message.php100 …lic function setMessageAnnotation(GoogleCloudDialogflowV2beta1MessageAnnotation $messageAnnotation) argument
102 $this->messageAnnotation = $messageAnnotation;
109 return $this->messageAnnotation;
H A DGoogleCloudDialogflowV2Message.php100 public function setMessageAnnotation(GoogleCloudDialogflowV2MessageAnnotation $messageAnnotation) argument
102 $this->messageAnnotation = $messageAnnotation;
109 return $this->messageAnnotation;